Class: XClarityClient::Aicc

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

Constant Summary collapse

BASE_URI =
'/aicc'.freeze
LIST_NAME =
'aiccList'.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

#applianceObject

Returns the value of attribute appliance.



6
7
8
# File 'lib/xclarity_client/endpoints/aicc.rb', line 6

def appliance
  @appliance
end