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