module Promoney

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/promoney.rb, line 19
def self.configure
      yield(configuration)
end
reset() click to toggle source
# File lib/promoney.rb, line 15
def self.reset
      @configuration = Configuration.new
end