Method: Xurrency::Client#initialize

Defined in:
lib/xurrency.rb

#initializeClient

Returns a new instance of Client.



16
17
18
19
# File 'lib/xurrency.rb', line 16

def initialize
  @driver = SOAP::WSDLDriverFactory.new(WSDL).create_rpc_driver
  @driver.endpoint_url = "http://www.xurrency.com/servidor_soap.php"
end