Class: Cufinder::FtsResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::FtsResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#technologies ⇒ Object
Returns the value of attribute technologies.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ FtsResponse
constructor
A new instance of FtsResponse.
Constructor Details
#initialize(data = {}) ⇒ FtsResponse
Returns a new instance of FtsResponse.
318 319 320 321 |
# File 'lib/cufinder_ruby/types.rb', line 318 def initialize(data = {}) super(data) @technologies = data["technologies"] || [] end |
Instance Attribute Details
#technologies ⇒ Object
Returns the value of attribute technologies.
316 317 318 |
# File 'lib/cufinder_ruby/types.rb', line 316 def technologies @technologies end |