Method: TransferZero::Pagination#hash
- Defined in:
- lib/transferzero-sdk/models/pagination.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
123 124 125 |
# File 'lib/transferzero-sdk/models/pagination.rb', line 123 def hash [current_page, next_page, prev_page, total_pages, total_count].hash end |