Class: XClarityClient::UnmanageRequest
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::UnmanageRequest
- Defined in:
- lib/xclarity_client/endpoints/unmanage_request.rb
Constant Summary collapse
- BASE_URI =
'/unmanageRequest'.freeze
- LIST_NAME =
'unmanageRequestList'.freeze
Instance Attribute Summary collapse
-
#messageBundle ⇒ Object
Returns the value of attribute messageBundle.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#messageParameters ⇒ Object
Returns the value of attribute messageParameters.
-
#progress ⇒ Object
Returns the value of attribute progress.
-
#result ⇒ Object
Returns the value of attribute result.
-
#resultLongDescription ⇒ Object
Returns the value of attribute resultLongDescription.
-
#results ⇒ Object
Returns the value of attribute results.
-
#resultShortDescription ⇒ Object
Returns the value of attribute resultShortDescription.
-
#status ⇒ Object
Returns the value of attribute status.
-
#taskid ⇒ Object
Returns the value of attribute taskid.
-
#time_spent ⇒ Object
Returns the value of attribute time_spent.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
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
#messageBundle ⇒ Object
Returns the value of attribute messageBundle.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def @messageBundle end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def @messageID end |
#messageParameters ⇒ Object
Returns the value of attribute messageParameters.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def @messageParameters end |
#progress ⇒ Object
Returns the value of attribute progress.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def progress @progress end |
#result ⇒ Object
Returns the value of attribute result.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def result @result end |
#resultLongDescription ⇒ Object
Returns the value of attribute resultLongDescription.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def resultLongDescription @resultLongDescription end |
#results ⇒ Object
Returns the value of attribute results.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def results @results end |
#resultShortDescription ⇒ Object
Returns the value of attribute resultShortDescription.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def resultShortDescription @resultShortDescription end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def status @status end |
#taskid ⇒ Object
Returns the value of attribute taskid.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def taskid @taskid end |
#time_spent ⇒ Object
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 |
#uuid ⇒ Object
Returns the value of attribute uuid.
6 7 8 |
# File 'lib/xclarity_client/endpoints/unmanage_request.rb', line 6 def uuid @uuid end |