Class: XClarityClient::RemoteAccess
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::RemoteAccess
- Defined in:
- lib/xclarity_client/endpoints/remote_access.rb
Constant Summary collapse
- BASE_URI =
'/remoteaccess'.freeze
Instance Attribute Summary collapse
-
#resource ⇒ Object
Returns the value of attribute resource.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Endpoints::XclarityEndpoint
Methods included from Endpoints::BuildableResourceMixin
Constructor Details
This class inherits a constructor from XClarityClient::Endpoints::XclarityEndpoint
Instance Attribute Details
#resource ⇒ Object
Returns the value of attribute resource.
5 6 7 |
# File 'lib/xclarity_client/endpoints/remote_access.rb', line 5 def resource @resource end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/xclarity_client/endpoints/remote_access.rb', line 5 def type @type end |