Class: XClarityClient::Aicc
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::Aicc
- Defined in:
- lib/xclarity_client/endpoints/aicc.rb
Constant Summary collapse
- BASE_URI =
'/aicc'.freeze
- LIST_NAME =
'aiccList'.freeze
Instance Attribute Summary collapse
-
#appliance ⇒ Object
Returns the value of attribute appliance.
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
#appliance ⇒ Object
Returns the value of attribute appliance.
6 7 8 |
# File 'lib/xclarity_client/endpoints/aicc.rb', line 6 def appliance @appliance end |