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