Class: Harkness::SeriesDataWrapper
- Inherits:
-
Base::DataWrapper
- Object
- Shale::Mapper
- Base::DataWrapper
- Harkness::SeriesDataWrapper
- Defined in:
- lib/harkness/models/series.rb
Overview
The top level wrapper of a response from the API.
Instance Attribute Summary collapse
-
#data ⇒ Harkness::SeriesDataContainer
readonly
The results returned by the call.
Attributes inherited from Base::DataWrapper
#attributionHTML, #attributionText, #code, #copyright, #etag, #status
Instance Attribute Details
#data ⇒ Harkness::SeriesDataContainer (readonly)
Returns the results returned by the call.
70 |
# File 'lib/harkness/models/series.rb', line 70 attribute :data, Harkness::SeriesDataContainer |