Class: Cufinder::DtcResponse

Inherits:
BaseResponse show all
Defined in:
lib/cufinder_ruby/types.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#confidence_level, #credit_count, #meta_data, #query

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ DtcResponse

Returns a new instance of DtcResponse.



172
173
174
175
# File 'lib/cufinder_ruby/types.rb', line 172

def initialize(data = {})
  super(data)
  @company_name = data["company_name"]
end

Instance Attribute Details

#company_nameObject

Returns the value of attribute company_name.



170
171
172
# File 'lib/cufinder_ruby/types.rb', line 170

def company_name
  @company_name
end