NAME
WWW::Fimfiction::Story - Stoy data
ACCESSORS
id => Int
author => WWW::Fimfiction::User
title => Str
description => Str
status => Str
rating => Str
wordcount => Int
chapters => ArrayRef[WWW::Fimfiction::Chapter]
tags => ArrayRef[Str]
uri => URI
image_uri => URI | Undef
views => Int
updated => DateTime
SEE ALSO
WWW::Fimfiction, URI, DateTime
AUTHOR
Cameron Thornton <cthor@cpan.org>
COPYRIGHT
Copyright (c) 2012 Cameron Thornton.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.