module Bigbank::Client

Constants

Error
VERSION

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/bigbank/client.rb, line 19
def self.configure
  self.config ||= Bigbank::Client::Config.new
  yield(config)
end