Method: TalonOne::UpdateAccount#hash
- Defined in:
- lib/talon_one/models/update_account.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
192 193 194 |
# File 'lib/talon_one/models/update_account.rb', line 192 def hash [attributes, company_name, billing_email, state, plan_expires].hash end |