Class: XClarityClient::PersistedResult

Inherits:
Endpoints::XclarityEndpoint show all
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

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

#chassisObject

Returns the value of attribute chassis.



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

def chassis
  @chassis
end

#cmmsObject

Returns the value of attribute cmms.



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

def cmms
  @cmms
end

#messageObject

Returns the value of attribute message.



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

def message
  @message
end

#racklistObject

Returns the value of attribute racklist.



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

def racklist
  @racklist
end

#switchesObject

Returns the value of attribute switches.



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

def switches
  @switches
end

#xITEsObject

Returns the value of attribute xITEs.



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

def xITEs
  @xITEs
end