Method: FlatApi::ClassDetailsLti#hash

Defined in:
lib/flat_api/models/class_details_lti.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



118
119
120
# File 'lib/flat_api/models/class_details_lti.rb', line 118

def hash
  [context_id, context_title, context_label].hash
end