Method: Coinbase::Client::ContractEventList#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • Hash code



141
142
143
# File 'lib/coinbase/client/models/contract_event_list.rb', line 141

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