Class: Cufinder::NaoResponse

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

#phoneObject

Returns the value of attribute phone.



588
589
590
# File 'lib/cufinder_ruby/types.rb', line 588

def phone
  @phone
end