module CCBill

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/ccbill_ruby.rb, line 15
def self.configure
  yield(configuration) if block_given?
end