Class: RubyIsds::WebServices::DmOperations::Ping
- Defined in:
- lib/ruby_isds/web_services/dm_operations/ping.rb
Constant Summary collapse
- ATTRS =
[].freeze
Instance Method Summary collapse
Methods inherited from Request
#api_url, #response_wrapper, #xml_url
Methods inherited from Request
#api_url, call, #call, #call_reponse_wrapper, #default_headers, #envelope_namespaces, #full_url, #initialize, #response_wrapper, #to_xml, #values, #xml_url
Constructor Details
This class inherits a constructor from RubyIsds::Request
Instance Method Details
#body(xml) ⇒ Object
9 10 11 |
# File 'lib/ruby_isds/web_services/dm_operations/ping.rb', line 9 def body(xml) xml[:v20].DummyOperation {} end |