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