Class: GlobalCollect::Requests::TestConnection
- 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
-
#initialize ⇒ TestConnection
constructor
WDL §5.36.
Methods inherited from Simple
Methods inherited from Base
#default_xml_encoding_options, #to_xml
Constructor Details
#initialize ⇒ TestConnection
WDL §5.36
4 5 6 |
# File 'lib/global_collect/requests/test_connection.rb', line 4 def initialize super("TEST_CONNECTION", {}) end |