Class: Cufinder::CscResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::CscResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#mission_statement ⇒ Object
Returns the value of attribute mission_statement.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ CscResponse
constructor
A new instance of CscResponse.
Constructor Details
#initialize(data = {}) ⇒ CscResponse
Returns a new instance of CscResponse.
561 562 563 564 |
# File 'lib/cufinder_ruby/types.rb', line 561 def initialize(data = {}) super(data) @mission_statement = data["mission_statement"] end |
Instance Attribute Details
#mission_statement ⇒ Object
Returns the value of attribute mission_statement.
559 560 561 |
# File 'lib/cufinder_ruby/types.rb', line 559 def mission_statement @mission_statement end |