Class: Harkness::SeriesDataContainer

Inherits:
Base::DataContainer show all
Defined in:
lib/harkness/models/series.rb

Overview

Container class that holds pagination information and results.

Instance Attribute Summary collapse

Attributes inherited from Base::DataContainer

#count, #limit, #offset, #total

Instance Attribute Details

#resultsArray<Harkness::Series> (readonly)

Returns the list of series returned by the call.

Returns:



63
# File 'lib/harkness/models/series.rb', line 63

attribute :results, Harkness::Series, collection: true