Module: Tazapay
- Defined in:
- lib/tazapay.rb,
lib/tazapay/kyb.rb,
lib/tazapay/bank.rb,
lib/tazapay/user.rb,
lib/tazapay/client.rb,
lib/tazapay/config.rb,
lib/tazapay/errors.rb,
lib/tazapay/escrow.rb,
lib/tazapay/refund.rb,
lib/tazapay/release.rb,
lib/tazapay/version.rb,
lib/tazapay/checkout.rb,
lib/tazapay/metadata.rb
Overview
Error handling for unsuccessful responses from the Tazapay API
Defined Under Namespace
Classes: Bank, Checkout, Client, Config, Error, Escrow, KYB, Metadata, Refund, Release, User, ValidationError
Constant Summary collapse
- VERSION =
"0.1.6"
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Method Summary collapse
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
17 18 19 |
# File 'lib/tazapay.rb', line 17 def config @config end |
Class Method Details
.configure {|config| ... } ⇒ Object
28 29 30 |
# File 'lib/tazapay.rb', line 28 def self.configure yield(config) end |
.reset ⇒ Object
24 25 26 |
# File 'lib/tazapay.rb', line 24 def self.reset @config = Config.new end |