Class: Ecircle::Configuration
- Inherits:
-
Object
- Object
- Ecircle::Configuration
- Defined in:
- lib/ecircle/configuration.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#realm ⇒ Object
Returns the value of attribute realm.
-
#user ⇒ Object
Returns the value of attribute user.
-
#wsdl ⇒ Object
Returns the value of attribute wsdl.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 9 10 11 12 |
# File 'lib/ecircle/configuration.rb', line 6 def initialize @session_token = nil @wsdl = OpenStruct.new wsdl.document = "http://webservices.ecircle-ag.com/soap/ecm.wsdl" wsdl.endpoint = "http://webservices.ecircle-ag.com/rpc" wsdl.namespace = "http://webservices.ecircleag.com/rpcns" end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/ecircle/configuration.rb', line 4 def password @password end |
#realm ⇒ Object
Returns the value of attribute realm.
4 5 6 |
# File 'lib/ecircle/configuration.rb', line 4 def realm @realm end |
#user ⇒ Object
Returns the value of attribute user.
4 5 6 |
# File 'lib/ecircle/configuration.rb', line 4 def user @user end |
#wsdl ⇒ Object
Returns the value of attribute wsdl.
4 5 6 |
# File 'lib/ecircle/configuration.rb', line 4 def wsdl @wsdl end |