Class: GlobalCollect::Requests::TestConnection

Inherits:
Simple
  • Object
show all
Defined in:
lib/global_collect/requests/test_connection.rb

Instance Attribute Summary

Attributes inherited from Base

#action, #suggested_response_mixins, #version

Instance Method Summary collapse

Methods inherited from Simple

#to_xml

Methods inherited from Base

#default_xml_encoding_options, #to_xml

Constructor Details

#initializeTestConnection

WDL §5.36



4
5
6
# File 'lib/global_collect/requests/test_connection.rb', line 4

def initialize
  super("TEST_CONNECTION", {})
end