Class: Cufinder::IscResponse

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

Returns a new instance of IscResponse.



543
544
545
546
# File 'lib/cufinder_ruby/types.rb', line 543

def initialize(data = {})
  super(data)
  @is_saas = data["is_saas"]
end

Instance Attribute Details

#is_saasObject

Returns the value of attribute is_saas.



541
542
543
# File 'lib/cufinder_ruby/types.rb', line 541

def is_saas
  @is_saas
end