Class: Cufinder::CscResponse

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

Returns the value of attribute mission_statement.



559
560
561
# File 'lib/cufinder_ruby/types.rb', line 559

def mission_statement
  @mission_statement
end