Method: TreezorClient::Body4#hash

Defined in:
lib/treezor_client/models/body_4.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



164
165
166
# File 'lib/treezor_client/models/body_4.rb', line 164

def hash
  [name, status, is_whitelist, countries, start_date].hash
end