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