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