Class: EgonGate::Kobra::Request
- Inherits:
-
Object
- Object
- EgonGate::Kobra::Request
- Defined in:
- lib/egon_gate/kobra/request.rb
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
8 9 10 11 |
# File 'lib/egon_gate/kobra/request.rb', line 8 def client @client ||= Savon.client(wsdl: 'https://serviszr01.servis.justice.cz/GateService/GateService.svc?wsdl', convert_request_keys_to: :camelcase, ssl_verify_mode: :none, log: true, pretty_print_xml: true) end |