Class: Cufinder::NaoResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::NaoResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#phone ⇒ Object
Returns the value of attribute phone.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ NaoResponse
constructor
A new instance of NaoResponse.
Constructor Details
#initialize(data = {}) ⇒ NaoResponse
Returns a new instance of NaoResponse.
590 591 592 593 |
# File 'lib/cufinder_ruby/types.rb', line 590 def initialize(data = {}) super(data) @phone = data["phone"] end |
Instance Attribute Details
#phone ⇒ Object
Returns the value of attribute phone.
588 589 590 |
# File 'lib/cufinder_ruby/types.rb', line 588 def phone @phone end |