Method: OSDNClient::ProjectTicketTypeSummary#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



107
108
109
# File 'lib/osdn-client/models/project_ticket_type_summary.rb', line 107

def hash
  [open, closed, summarized_by].hash
end