Method: LinodeOpenapiClient::Payment#hash

Defined in:
lib/linode_openapi_client/models/payment.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



118
119
120
# File 'lib/linode_openapi_client/models/payment.rb', line 118

def hash
  [date, usd, id].hash
end