Method: OSDNClient::ProjectTicketTypeSummary#hash
- Defined in:
- lib/osdn-client/models/project_ticket_type_summary.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
107 108 109 |
# File 'lib/osdn-client/models/project_ticket_type_summary.rb', line 107 def hash [open, closed, summarized_by].hash end |