Module: OrangeMoneyWebpay
- Defined in:
- lib/orange_money_webpay.rb,
lib/orange_money_webpay/client.rb,
lib/orange_money_webpay/version.rb,
lib/orange_money_webpay/exceptions.rb,
lib/orange_money_webpay/interceptor.rb,
lib/orange_money_webpay/configuration.rb
Defined Under Namespace
Modules: HttpInterceptor Classes: Client, Configuration, OrangeMoneyWebpayError, OrangeMoneyWebpayNotConfiguredError
Constant Summary collapse
- VERSION =
"1.0.1"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
21 22 23 |
# File 'lib/orange_money_webpay.rb', line 21 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
28 29 30 |
# File 'lib/orange_money_webpay.rb', line 28 def self.configure yield(configuration) end |