Class: Harkness::ComicList
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- Harkness::ComicList
- Defined in:
- lib/harkness/models/comic_list.rb
Overview
A list of comics.
Instance Attribute Summary collapse
-
#available ⇒ Integer
readonly
The number of total available issues in this list.
-
#collectionURI ⇒ Array<Harkness::ComicSummary>
readonly
The list of returned issues in this collection.
-
#returned ⇒ Integer
readonly
The number of comics returned in this collection (up to 20).
Instance Attribute Details
#available ⇒ Integer (readonly)
Returns the number of total available issues in this list. Will always be greater than or equal to the "returned" value.
13 |
# File 'lib/harkness/models/comic_list.rb', line 13 attribute :available, Shale::Type::Integer |
#collectionURI ⇒ Array<Harkness::ComicSummary> (readonly)
Returns the list of returned issues in this collection.
19 |
# File 'lib/harkness/models/comic_list.rb', line 19 attribute :collectionURI, Shale::Type::String |
#returned ⇒ Integer (readonly)
Returns the number of comics returned in this collection (up to 20).
16 |
# File 'lib/harkness/models/comic_list.rb', line 16 attribute :returned, Shale::Type::Integer |