class EgonGate::Egsb::Request
Public Instance Methods
client()
click to toggle source
# File lib/egon_gate/egsb/request.rb, line 5 def client @client ||= Savon.client(wsdl: 'http://service.example.com?wsdl') end