Method: WordsRubySdk::OfficeMathObjectResponse#hash

Defined in:
lib/words_ruby_sdk/models/office_math_object_response.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



120
121
122
# File 'lib/words_ruby_sdk/models/office_math_object_response.rb', line 120

def hash
  [code, status, office_math_object].hash
end