Method: MoneyKit::Cursor#hash

Defined in:
lib/moneykit/models/cursor.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



104
105
106
# File 'lib/moneykit/models/cursor.rb', line 104

def hash
  [_next].hash
end