Class: Cufinder::NtpResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::NtpResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#phones ⇒ Object
Returns the value of attribute phones.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ NtpResponse
constructor
A new instance of NtpResponse.
Constructor Details
#initialize(data = {}) ⇒ NtpResponse
Returns a new instance of NtpResponse.
190 191 192 193 |
# File 'lib/cufinder_ruby/types.rb', line 190 def initialize(data = {}) super(data) @phones = data["phones"] || [] end |
Instance Attribute Details
#phones ⇒ Object
Returns the value of attribute phones.
188 189 190 |
# File 'lib/cufinder_ruby/types.rb', line 188 def phones @phones end |