Module: PayWithExtend
- Defined in:
- lib/pay_with_extend.rb,
lib/pay_with_extend/client.rb,
lib/pay_with_extend/version.rb,
lib/pay_with_extend/configuration.rb
Defined Under Namespace
Classes: Client, Configuration, Error
Constant Summary
collapse
- VERSION =
"0.1.0"
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
9
10
11
|
# File 'lib/pay_with_extend.rb', line 9
def configuration
@configuration ||= Configuration.new
end
|
13
14
15
|
# File 'lib/pay_with_extend.rb', line 13
def configure
yield(configuration)
end
|