Class: Cufinder::NaaResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::NaaResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ NaaResponse
constructor
A new instance of NaaResponse.
Constructor Details
#initialize(data = {}) ⇒ NaaResponse
Returns a new instance of NaaResponse.
599 600 601 602 |
# File 'lib/cufinder_ruby/types.rb', line 599 def initialize(data = {}) super(data) @address = data["address"] end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
597 598 599 |
# File 'lib/cufinder_ruby/types.rb', line 597 def address @address end |