Method: CoinmarketcapClient::GlobalMetricsQuotesHistorical.attribute_map

Defined in:
lib/coinmarketcap_client/models/global_metrics_quotes_historical.rb

.attribute_mapObject

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



25
26
27
28
29
30
31
# File 'lib/coinmarketcap_client/models/global_metrics_quotes_historical.rb', line 25

def self.attribute_map
  {
    :'timestamp' => :'timestamp',
    :'btc_dominance' => :'btc_dominance',
    :'quote' => :'quote'
  }
end