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
13 14 15 |
# File 'lib/soap_client/client.rb', line 13 def self.call(*args) self.new(*args).() end |
Instance Method Details
#call ⇒ Object
17 18 19 |
# File 'lib/soap_client/client.rb', line 17 def call savon_client.call(action, message: ) end |