Class: Hypernova::ParsedResponse
- Inherits:
-
Object
- Object
- Hypernova::ParsedResponse
- Defined in:
- lib/hypernova/parsed_response.rb
Instance Method Summary collapse
- #body ⇒ Object
-
#initialize(jobs) ⇒ ParsedResponse
constructor
A new instance of ParsedResponse.
Constructor Details
#initialize(jobs) ⇒ ParsedResponse
Returns a new instance of ParsedResponse.
5 6 7 |
# File 'lib/hypernova/parsed_response.rb', line 5 def initialize(jobs) @jobs = jobs end |
Instance Method Details
#body ⇒ Object
9 10 11 |
# File 'lib/hypernova/parsed_response.rb', line 9 def body response.parsed_body end |