Method: Einvoice::Configuration#options
- Defined in:
- lib/einvoice/configuration.rb
#options ⇒ Object
27 28 29 30 31 |
# File 'lib/einvoice/configuration.rb', line 27 def VALID_OPTIONS_KEYS.inject({}) do |option, key| option.merge!(key => send(key)) end end |