Class: Xurrency::Client
- Inherits:
-
Delegator
- Object
- Delegator
- Xurrency::Client
- Includes:
- Singleton
- Defined in:
- lib/xurrency.rb
Overview
Soap client.
Constant Summary collapse
- WSDL =
"http://xurrency.com/api.wsdl"
Instance Method Summary collapse
- #__getobj__ ⇒ Object
-
#initialize ⇒ Client
constructor
A new instance of Client.
Constructor Details
Instance Method Details
#__getobj__ ⇒ Object
21 22 23 |
# File 'lib/xurrency.rb', line 21 def __getobj__ @driver end |