Method: CoinSync::Config#value_estimation
- Defined in:
- lib/coinsync/config.rb
#value_estimation ⇒ Object
77 78 79 |
# File 'lib/coinsync/config.rb', line 77 def value_estimation settings['estimate_value'] && ValueEstimationOptions.new(settings['estimate_value']) end |