Module: Transbank::Webpay
- Defined in:
- lib/transbank/webpay.rb,
lib/transbank/webpay/api.rb,
lib/transbank/webpay/client.rb,
lib/transbank/webpay/params.rb,
lib/transbank/webpay/request.rb,
lib/transbank/webpay/version.rb,
lib/transbank/webpay/document.rb,
lib/transbank/webpay/response.rb,
lib/transbank/webpay/configuration.rb,
lib/transbank/webpay/exception_response.rb
Defined Under Namespace
Modules: Params Classes: Api, Client, Configuration, Document, ExceptionResponse, Request, Response
Constant Summary collapse
- VERSION =
"0.1.0"
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/transbank/webpay.rb', line 21 def configuration @configuration end |
Class Method Details
.api ⇒ Object
32 33 34 |
# File 'lib/transbank/webpay.rb', line 32 def self.api @api ||= Api.new end |
.configure {|configuration| ... } ⇒ Object
27 28 29 30 |
# File 'lib/transbank/webpay.rb', line 27 def self.configure self.configuration ||= Configuration.new yield(configuration) end |