Class: Cufinder::IscResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::IscResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#is_saas ⇒ Object
Returns the value of attribute is_saas.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ IscResponse
constructor
A new instance of IscResponse.
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_saas ⇒ Object
Returns the value of attribute is_saas.
541 542 543 |
# File 'lib/cufinder_ruby/types.rb', line 541 def is_saas @is_saas end |