Method: Printful::State#hash
- Defined in:
- lib/printful_client/models/state.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
107 108 109 |
# File 'lib/printful_client/models/state.rb', line 107 def hash [code, name].hash end |