class Hypernova::ParsedResponse
Attributes
jobs[R]
Public Class Methods
new(jobs)
click to toggle source
# File lib/hypernova/parsed_response.rb, line 5 def initialize(jobs) @jobs = jobs end
Public Instance Methods
body()
click to toggle source
# File lib/hypernova/parsed_response.rb, line 9 def body response.parsed_body end
Private Instance Methods
request()
click to toggle source
# File lib/hypernova/parsed_response.rb, line 17 def request Hypernova::Request.new(jobs) end
response()
click to toggle source
# File lib/hypernova/parsed_response.rb, line 21 def response Hypernova::Response.new(request) end