Class: Cufinder::DtcResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::DtcResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#company_name ⇒ Object
Returns the value of attribute company_name.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ DtcResponse
constructor
A new instance of DtcResponse.
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_name ⇒ Object
Returns the value of attribute company_name.
170 171 172 |
# File 'lib/cufinder_ruby/types.rb', line 170 def company_name @company_name end |