module CGIParty

Constants

VERSION
WSDL_NAMESPACE
WSDL_PATH
WSDL_TEST_PATH

Attributes

config[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/cgi_party.rb, line 12
def self.configure
  self.config ||= Configuration.new
  yield(config)
end