Method: Printful::Paging#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



118
119
120
# File 'lib/printful_client/models/paging.rb', line 118

def hash
  [total, offset, limit].hash
end