Class: XClarityClient::UpdateRepo

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

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

#importDirObject

Returns the value of attribute importDir.



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

def importDir
  @importDir
end

#lastRefreshedObject

Returns the value of attribute lastRefreshed.



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

def lastRefreshed
  @lastRefreshed
end

#publicKeysObject

Returns the value of attribute publicKeys.



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

def publicKeys
  @publicKeys
end

#sizeObject

Returns the value of attribute size.



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

def size
  @size
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#supportedMtsObject

Returns the value of attribute supportedMts.



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

def supportedMts
  @supportedMts
end

#updatesObject

Returns the value of attribute updates.



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

def updates
  @updates
end

#updatesByMtObject

Returns the value of attribute updatesByMt.



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

def updatesByMt
  @updatesByMt
end

#updatesByMtByCompObject

Returns the value of attribute updatesByMtByComp.



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

def updatesByMtByComp
  @updatesByMtByComp
end