Method: Coinbase::Client::HistoricalBalance.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



31
32
33
34
35
36
37
38
# File 'lib/coinbase/client/models/historical_balance.rb', line 31

def self.attribute_map
  {
    :'amount' => :'amount',
    :'block_hash' => :'block_hash',
    :'block_height' => :'block_height',
    :'asset' => :'asset'
  }
end