lib/ecircle/configuration.rb in ecircle-0.0.6 vs lib/ecircle/configuration.rb in ecircle-0.0.7
- old
+ new
@@ -2,11 +2,13 @@
class Configuration
WSDL = 'http://webservices.ecircle-ag.com/soap/ecm.wsdl'
ENDPOINT = 'http://webservices.ecircle-ag.com/rpc'
NAMESPACE = "http://webservices.ecircleag.com/rpcns"
+ # @private
attr_accessor :user, :password, :sync_realm, :async_realm, :wsdl, :endpoint, :namespace
+ # @private
def initialize
@wsdl = WSDL
@endpoint = ENDPOINT
@namespace = NAMESPACE
end