Class: OvhSoapi::RpcDriver
- Inherits:
-
Object
- Object
- OvhSoapi::RpcDriver
- Defined in:
- lib/ovh_soapi.rb
Class Method Summary collapse
-
.soapi ⇒ Object
Create soapi object.
Class Method Details
.soapi ⇒ Object
Create soapi object
20 21 22 |
# File 'lib/ovh_soapi.rb', line 20 def self.soapi @soapi ||= SOAP::WSDLDriverFactory.new('https://www.ovh.com/soapi/soapi-re-1.55.wsdl').create_rpc_driver end |