Method: Printful::GenerationTask#hash
- Defined in:
- lib/printful_client/models/generation_task.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
176 177 178 |
# File 'lib/printful_client/models/generation_task.rb', line 176 def hash [task_key, status, error, mockups, printfiles].hash end |