Method: OSDNClient::SummariadByTypeInner#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



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

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