Method: ZipMoney::Shopper#hash
- Defined in:
- lib/zip_money/models/shopper.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
229 230 231 |
# File 'lib/zip_money/models/shopper.rb', line 229 def hash [title, first_name, last_name, middle_name, phone, email, birth_date, gender, statistics, billing_address].hash end |