Class: XClarityClient::RemoteAccess

Inherits:
Endpoints::XclarityEndpoint show all
Defined in:
lib/xclarity_client/endpoints/remote_access.rb

Constant Summary collapse

BASE_URI =
'/remoteaccess'.freeze

Instance Attribute Summary collapse

Method Summary

Methods inherited from Endpoints::XclarityEndpoint

#initialize

Methods included from Endpoints::BuildableResourceMixin

#build_resource!, #to_hash

Constructor Details

This class inherits a constructor from XClarityClient::Endpoints::XclarityEndpoint

Instance Attribute Details

#resourceObject

Returns the value of attribute resource.



5
6
7
# File 'lib/xclarity_client/endpoints/remote_access.rb', line 5

def resource
  @resource
end

#typeObject

Returns the value of attribute type.



5
6
7
# File 'lib/xclarity_client/endpoints/remote_access.rb', line 5

def type
  @type
end