Class: XClarityClient::UpdateRepo
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::UpdateRepo
- Defined in:
- lib/xclarity_client/endpoints/update_repo.rb
Constant Summary collapse
- BASE_URI =
'/updateRepositories/firmware'.freeze
- LIST_NAME =
'updateRepoList'.freeze
Instance Attribute Summary collapse
-
#importDir ⇒ Object
Returns the value of attribute importDir.
-
#lastRefreshed ⇒ Object
Returns the value of attribute lastRefreshed.
-
#publicKeys ⇒ Object
Returns the value of attribute publicKeys.
-
#size ⇒ Object
Returns the value of attribute size.
-
#status ⇒ Object
Returns the value of attribute status.
-
#supportedMts ⇒ Object
Returns the value of attribute supportedMts.
-
#updates ⇒ Object
Returns the value of attribute updates.
-
#updatesByMt ⇒ Object
Returns the value of attribute updatesByMt.
-
#updatesByMtByComp ⇒ Object
Returns the value of attribute updatesByMtByComp.
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
#importDir ⇒ Object
Returns the value of attribute importDir.
6 7 8 |
# File 'lib/xclarity_client/endpoints/update_repo.rb', line 6 def importDir @importDir end |
#lastRefreshed ⇒ Object
Returns the value of attribute lastRefreshed.
6 7 8 |
# File 'lib/xclarity_client/endpoints/update_repo.rb', line 6 def lastRefreshed @lastRefreshed end |
#publicKeys ⇒ Object
Returns the value of attribute publicKeys.
6 7 8 |
# File 'lib/xclarity_client/endpoints/update_repo.rb', line 6 def publicKeys @publicKeys end |
#size ⇒ Object
Returns the value of attribute size.
6 7 8 |
# File 'lib/xclarity_client/endpoints/update_repo.rb', line 6 def size @size end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/xclarity_client/endpoints/update_repo.rb', line 6 def status @status end |
#supportedMts ⇒ Object
Returns the value of attribute supportedMts.
6 7 8 |
# File 'lib/xclarity_client/endpoints/update_repo.rb', line 6 def supportedMts @supportedMts end |
#updates ⇒ Object
Returns the value of attribute updates.
6 7 8 |
# File 'lib/xclarity_client/endpoints/update_repo.rb', line 6 def updates @updates end |
#updatesByMt ⇒ Object
Returns the value of attribute updatesByMt.
6 7 8 |
# File 'lib/xclarity_client/endpoints/update_repo.rb', line 6 def updatesByMt @updatesByMt end |
#updatesByMtByComp ⇒ Object
Returns the value of attribute updatesByMtByComp.
6 7 8 |
# File 'lib/xclarity_client/endpoints/update_repo.rb', line 6 def updatesByMtByComp @updatesByMtByComp end |