module Billing

Constants

VERSION

Public Class Methods

add_mapping(resource, options) click to toggle source
# File lib/billing.rb, line 13
def add_mapping(resource, options)
  mapping = Billing::Mapping.new(resource, options)
  @@mappings[mapping.name] = mapping
end
setup() { |self| ... } click to toggle source
# File lib/billing.rb, line 9
def setup
  yield self
end