Method: InewsClient::System.client_options
- Defined in:
- lib/inews_client/system.rb
.client_options ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/inews_client/system.rb', line 7 def self. { wsdl: "#{ENV['wsdl']}/inewswebservice/services/inewssystem?wsdl", namespaces:{ "xmlns:types" => "http://avid.com/inewssystem/types", }, } end |