Class: Cufinder::BcdResponse

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

Returns a new instance of BcdResponse.



525
526
527
528
# File 'lib/cufinder_ruby/types.rb', line 525

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

Instance Attribute Details

#customersObject

Returns the value of attribute customers.



523
524
525
# File 'lib/cufinder_ruby/types.rb', line 523

def customers
  @customers
end