Class: XClarityClient::PersistedResult
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::PersistedResult
- Defined in:
- lib/xclarity_client/endpoints/persisted_result.rb
Constant Summary collapse
- BASE_URI =
'/compliancePolicies/persistedResult'.freeze
- LIST_NAME =
'all'.freeze
Instance Attribute Summary collapse
-
#chassis ⇒ Object
Returns the value of attribute chassis.
-
#cmms ⇒ Object
Returns the value of attribute cmms.
-
#message ⇒ Object
Returns the value of attribute message.
-
#racklist ⇒ Object
Returns the value of attribute racklist.
-
#switches ⇒ Object
Returns the value of attribute switches.
-
#xITEs ⇒ Object
Returns the value of attribute xITEs.
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
#chassis ⇒ Object
Returns the value of attribute chassis.
6 7 8 |
# File 'lib/xclarity_client/endpoints/persisted_result.rb', line 6 def chassis @chassis end |
#cmms ⇒ Object
Returns the value of attribute cmms.
6 7 8 |
# File 'lib/xclarity_client/endpoints/persisted_result.rb', line 6 def cmms @cmms end |
#message ⇒ Object
Returns the value of attribute message.
6 7 8 |
# File 'lib/xclarity_client/endpoints/persisted_result.rb', line 6 def @message end |
#racklist ⇒ Object
Returns the value of attribute racklist.
6 7 8 |
# File 'lib/xclarity_client/endpoints/persisted_result.rb', line 6 def racklist @racklist end |
#switches ⇒ Object
Returns the value of attribute switches.
6 7 8 |
# File 'lib/xclarity_client/endpoints/persisted_result.rb', line 6 def switches @switches end |
#xITEs ⇒ Object
Returns the value of attribute xITEs.
6 7 8 |
# File 'lib/xclarity_client/endpoints/persisted_result.rb', line 6 def xITEs @xITEs end |