Method: TreezorClient::Body5#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



166
167
168
# File 'lib/treezor_client/models/body_5.rb', line 166

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