Method: Printful::GenerationTaskFile#hash

Defined in:
lib/printful_client/models/generation_task_file.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



129
130
131
# File 'lib/printful_client/models/generation_task_file.rb', line 129

def hash
  [placement, image_url, position, options].hash
end