Method: Brevo::GetAccount#hash
- Defined in:
- lib/brevo/models/get_account.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
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 |