module Superfaktura

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/superfaktura.rb, line 15
def self.config
  @configuration
end
configure() { |configuration| ... } click to toggle source
# File lib/superfaktura.rb, line 19
def self.configure
  yield(@configuration)
end