Class: Radiator::MarketHistoryApi
- Defined in:
- lib/radiator/market_history_api.rb
Instance Method Summary collapse
Methods inherited from Api
#find_account, #find_block, #get_blocks, #initialize, #method_missing, #respond_to_missing?, #shutdown, #steem_per_mvest, #steem_per_usd
Constructor Details
This class inherits a constructor from Radiator::Api
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Radiator::Api
Instance Method Details
#api_name ⇒ Object
15 16 17 |
# File 'lib/radiator/market_history_api.rb', line 15 def api_name :market_history_api end |
#method_names ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 |
# File 'lib/radiator/market_history_api.rb', line 3 def method_names @method_names ||= [ :get_market_history, :get_market_history_buckets, :get_order_book, :get_recent_trades, :get_ticker, :get_trade_history, :get_volume ].freeze end |