Method: Brevo::GetAccount#hash

Defined in:
lib/brevo/models/get_account.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



180
181
182
# File 'lib/brevo/models/get_account.rb', line 180

def hash
  [email, first_name, last_name, company_name, address, plan, relay, marketing_automation].hash
end