Class: SOAPClient::Client
- Inherits:
-
Object
- Object
- SOAPClient::Client
- Defined in:
- lib/soap_client/client.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.call(*args) ⇒ Object
15 16 17 |
# File 'lib/soap_client/client.rb', line 15 def self.call(*args) self.new(*args).() end |
Instance Method Details
#call ⇒ Object
19 20 21 |
# File 'lib/soap_client/client.rb', line 19 def call savon_client.call(action, message: ) end |