Class: Cb::Models::JobResultsV3

Inherits:
Object
  • Object
show all
Defined in:
lib/cb/models/implementations/job_results_v3.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response_hash = {}) ⇒ JobResultsV3



16
17
18
# File 'lib/cb/models/implementations/job_results_v3.rb', line 16

def initialize(response_hash = {})
  @api_response = response_hash
end

Instance Attribute Details

#api_responseObject (readonly)

Returns the value of attribute api_response.



14
15
16
# File 'lib/cb/models/implementations/job_results_v3.rb', line 14

def api_response
  @api_response
end