Class: Cufinder::CbcResponse

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 = {}) ⇒ 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_typeObject

Returns the value of attribute business_type.



550
551
552
# File 'lib/cufinder_ruby/types.rb', line 550

def business_type
  @business_type
end