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