Class: XClarityClient::UnmanageRequest

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

Constant Summary collapse

BASE_URI =
'/unmanageRequest'.freeze
LIST_NAME =
'unmanageRequestList'.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

#messageBundleObject

Returns the value of attribute messageBundle.



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

def messageBundle
  @messageBundle
end

#messageIDObject

Returns the value of attribute messageID.



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

def messageID
  @messageID
end

#messageParametersObject

Returns the value of attribute messageParameters.



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

def messageParameters
  @messageParameters
end

#progressObject

Returns the value of attribute progress.



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

def progress
  @progress
end

#resultObject

Returns the value of attribute result.



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

def result
  @result
end

#resultLongDescriptionObject

Returns the value of attribute resultLongDescription.



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

def resultLongDescription
  @resultLongDescription
end

#resultsObject

Returns the value of attribute results.



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

def results
  @results
end

#resultShortDescriptionObject

Returns the value of attribute resultShortDescription.



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

def resultShortDescription
  @resultShortDescription
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#taskidObject

Returns the value of attribute taskid.



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

def taskid
  @taskid
end

#time_spentObject

Returns the value of attribute time_spent.



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

def time_spent
  @time_spent
end

#uuidObject

Returns the value of attribute uuid.



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

def uuid
  @uuid
end