Class: Ubea::Config
- Inherits:
-
Object
- Object
- Ubea::Config
- Defined in:
- lib/ubea/config.rb
Class Method Summary collapse
Class Method Details
.default ⇒ Object
5 6 7 8 9 10 11 12 13 |
# File 'lib/ubea/config.rb', line 5 def self.default config = OpenStruct.new config.debug = false config.default_fiat_currency = "USD" # ideally the most used currency so we do as little conversions as possible config.exchange_settings = {} config end |