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