Method: PureCloud::Invoice#hash
- Defined in:
- lib/purecloud/models/invoice.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
134 135 136 |
# File 'lib/purecloud/models/invoice.rb', line 134 def hash [id, name, invoice_number, invoice_date, due_date, amount, balance, status, self_uri].hash end |