class Cb::Models::JobResults
Attributes
api_response[R]
Public Class Methods
new(response_hash = {})
click to toggle source
# File lib/cb/models/implementations/job_results.rb, line 16 def initialize(response_hash = {}) unless response_hash.is_a?(Hash) response_hash = {} end @api_response = response_hash end