module Transbank::Webpay
Constants
- VERSION
Attributes
configuration[R]
Public Class Methods
api()
click to toggle source
# File lib/transbank/webpay.rb, line 37 def api @api ||= Api.new end
configure() { |configuration| ... }
click to toggle source
# File lib/transbank/webpay.rb, line 32 def configure @configuration ||= Configuration.new yield(@configuration) end