Class: Cufinder::CbcResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::CbcResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#business_type ⇒ Object
Returns the value of attribute business_type.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ CbcResponse
constructor
A new instance of CbcResponse.
Constructor Details
#initialize(data = {}) ⇒ CbcResponse
Returns a new instance of CbcResponse.
552 553 554 555 |
# File 'lib/cufinder_ruby/types.rb', line 552 def initialize(data = {}) super(data) @business_type = data["business_type"] end |
Instance Attribute Details
#business_type ⇒ Object
Returns the value of attribute business_type.
550 551 552 |
# File 'lib/cufinder_ruby/types.rb', line 550 def business_type @business_type end |