Class: Cufinder::CecResponse

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

Returns a new instance of CecResponse.



464
465
466
467
# File 'lib/cufinder_ruby/types.rb', line 464

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

Instance Attribute Details

#countriesObject

Returns the value of attribute countries.



462
463
464
# File 'lib/cufinder_ruby/types.rb', line 462

def countries
  @countries
end