Class: Harkness::ComicDataContainer
- Inherits:
-
Base::DataContainer
- Object
- Shale::Mapper
- Base::DataContainer
- Harkness::ComicDataContainer
- Defined in:
- lib/harkness/models/comic.rb
Overview
Container class that holds pagination information and results.
Instance Attribute Summary collapse
-
#results ⇒ Array<Harkness::Comic>
readonly
The list of comics returned by the call.
Attributes inherited from Base::DataContainer
#count, #limit, #offset, #total
Instance Attribute Details
#results ⇒ Array<Harkness::Comic> (readonly)
Returns the list of comics returned by the call.
124 |
# File 'lib/harkness/models/comic.rb', line 124 attribute :results, Harkness::Comic, collection: true |