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