module IbanClient

Constants

VERSION

Attributes

api_base[R]
api_key[RW]
timeout[RW]

Public Class Methods

config() { |self| ... } click to toggle source
# File lib/iban_client.rb, line 17
def self.config
  yield self if block_given?
end