Method: OrderCloud::MessageSender#hash
- Defined in:
- lib/order_cloud/models/message_sender.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
109 110 111 |
# File 'lib/order_cloud/models/message_sender.rb', line 109 def hash [id, name, ].hash end |