Class: Cufinder::FtsResponse

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

#technologiesObject

Returns the value of attribute technologies.



316
317
318
# File 'lib/cufinder_ruby/types.rb', line 316

def technologies
  @technologies
end