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