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