Method: PulpFileClient::FileFileRepository#hash

Defined in:
lib/pulp_file_client/models/file_file_repository.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



176
177
178
# File 'lib/pulp_file_client/models/file_file_repository.rb', line 176

def hash
  [pulp_href, pulp_created, versions_href, latest_version_href, name, description].hash
end