Method: Coinbase::Client::WebhookList#hash

Defined in:
lib/coinbase/client/models/webhook_list.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



126
127
128
# File 'lib/coinbase/client/models/webhook_list.rb', line 126

def hash
  [data, has_more, next_page].hash
end