Module: Payoneer::Configuration::ClassMethods
- Defined in:
- lib/payoneer/configuration.rb
Instance Method Summary collapse
Instance Method Details
permalink #config ⇒ Object
[View source]
11 12 13 14 15 |
# File 'lib/payoneer/configuration.rb', line 11 def config @@config rescue raise ::Payoneer::Errors::ConfigurationError.new end |
permalink #configure(options) ⇒ Object
[View source]
17 18 19 |
# File 'lib/payoneer/configuration.rb', line 17 def configure() @@config = ::Payoneer::Config.new() end |