Method: Coinbase::Client::FeatureSet#hash
- Defined in:
- lib/coinbase/client/models/feature_set.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
189 190 191 |
# File 'lib/coinbase/client/models/feature_set.rb', line 189 def hash [faucet, server_signer, transfer, trade, stake, gasless_send].hash end |