Module: Code42::API::ServerConnectionString
- Included in:
- Client
- Defined in:
- lib/code42/api/server_connection_string.rb
Instance Method Summary collapse
Instance Method Details
#server_connection_string(id) ⇒ Object
4 5 6 |
# File 'lib/code42/api/server_connection_string.rb', line 4 def server_connection_string(id) object_from_response(Code42::ServerConnectionString, :get, "serverConnectionString/#{id}") end |