Class: Cb::Models::JobResultsV3
- Inherits:
-
Object
- Object
- Cb::Models::JobResultsV3
- Defined in:
- lib/cb/models/implementations/job_results_v3.rb
Instance Attribute Summary collapse
-
#api_response ⇒ Object
readonly
Returns the value of attribute api_response.
Instance Method Summary collapse
-
#initialize(response_hash = {}) ⇒ JobResultsV3
constructor
A new instance of JobResultsV3.
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_response ⇒ Object (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 |