Method: Printful::Paging#hash
- Defined in:
- lib/printful_client/models/paging.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
118 119 120 |
# File 'lib/printful_client/models/paging.rb', line 118 def hash [total, offset, limit].hash end |