Method: OSDNClient::ProjectGit#hash

Defined in:
lib/osdn-client/models/project_git.rb

#hashFixnum

Calculates hash code according to all attributes.



264
265
266
# File 'lib/osdn-client/models/project_git.rb', line 264

def hash
  [id, created, active, setting_applied, name, description, type, mail_enabled, mail_recipients, url_viewer, url_rw, url_ro, last_commit, branches, tags, url_rw_ssh, url_rw_https, url_ro_http, allow_non_fast_forward, default_branch].hash
end