Module: Locaweb::Gateway

Extended by:
Actions
Defined in:
lib/locaweb-gateway.rb,
lib/locaweb-gateway/config.rb,
lib/locaweb-gateway/actions.rb,
lib/locaweb-gateway/request.rb,
lib/locaweb-gateway/version.rb,
lib/locaweb-gateway/response.rb,
lib/locaweb-gateway/transaction.rb

Defined Under Namespace

Modules: Actions Classes: Config, Request, Response, Transaction

Constant Summary collapse

VERSION =
"0.1.6"

Class Method Summary collapse

Methods included from Actions

cancel, capture, create, gateway_params, show

Class Method Details

.configure(&block) ⇒ Object



15
16
17
# File 'lib/locaweb-gateway.rb', line 15

def self.configure(&block)
  Locaweb::Gateway::Config.configure(&block)
end