Method: SquareConnect::BatchRetrieveInventoryChangesRequest#hash
- Defined in:
- lib/square_connect/models/batch_retrieve_inventory_changes_request.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
144 145 146 |
# File 'lib/square_connect/models/batch_retrieve_inventory_changes_request.rb', line 144 def hash [catalog_object_ids, location_ids, types, states, updated_after, updated_before, cursor].hash end |