Method: Radiator::ChainStatsApi#method_names
- Defined in:
- lib/radiator/chain_stats_api.rb
permalink #method_names ⇒ Object
[View source]
3 4 5 6 7 8 9 |
# File 'lib/radiator/chain_stats_api.rb', line 3 def method_names @method_names ||= [ :get_stats_for_time, :get_stats_for_interval, :get_lifetime_stats ].freeze end |