Method: IndexeaClient::AppsBody#hash

Defined in:
lib/indexea_client/models/apps_body.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



102
103
104
# File 'lib/indexea_client/models/apps_body.rb', line 102

def hash
  [name, intro].hash
end