Class: XClarityClient::Job
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::Job
- Defined in:
- lib/xclarity_client/endpoints/job.rb
Constant Summary collapse
- BASE_URI =
'/jobs'.freeze
- LIST_NAME =
'jobsList'.freeze
Instance Attribute Summary collapse
-
#cancelledBy ⇒ Object
Returns the value of attribute cancelledBy.
-
#cancelURI ⇒ Object
Returns the value of attribute cancelURI.
-
#category ⇒ Object
Returns the value of attribute category.
-
#createdBy ⇒ Object
Returns the value of attribute createdBy.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#id ⇒ Object
Returns the value of attribute id.
-
#isCancelable ⇒ Object
Returns the value of attribute isCancelable.
-
#messageBundle ⇒ Object
Returns the value of attribute messageBundle.
-
#messageDisplay ⇒ Object
Returns the value of attribute messageDisplay.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#messageParameters ⇒ Object
Returns the value of attribute messageParameters.
-
#rebootPersistent ⇒ Object
Returns the value of attribute rebootPersistent.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#status ⇒ Object
Returns the value of attribute status.
-
#typeId ⇒ Object
Returns the value of attribute typeId.
-
#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
#cancelledBy ⇒ Object
Returns the value of attribute cancelledBy.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def cancelledBy @cancelledBy end |
#cancelURI ⇒ Object
Returns the value of attribute cancelURI.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def cancelURI @cancelURI end |
#category ⇒ Object
Returns the value of attribute category.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def category @category end |
#createdBy ⇒ Object
Returns the value of attribute createdBy.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def createdBy @createdBy end |
#endTime ⇒ Object
Returns the value of attribute endTime.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def endTime @endTime end |
#hidden ⇒ Object
Returns the value of attribute hidden.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def hidden @hidden end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def id @id end |
#isCancelable ⇒ Object
Returns the value of attribute isCancelable.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def isCancelable @isCancelable end |
#messageBundle ⇒ Object
Returns the value of attribute messageBundle.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def @messageBundle end |
#messageDisplay ⇒ Object
Returns the value of attribute messageDisplay.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def @messageDisplay end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def @messageID end |
#messageParameters ⇒ Object
Returns the value of attribute messageParameters.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def @messageParameters end |
#rebootPersistent ⇒ Object
Returns the value of attribute rebootPersistent.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def rebootPersistent @rebootPersistent end |
#startTime ⇒ Object
Returns the value of attribute startTime.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def startTime @startTime end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def status @status end |
#typeId ⇒ Object
Returns the value of attribute typeId.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def typeId @typeId end |
#uuid ⇒ Object
Returns the value of attribute uuid.
6 7 8 |
# File 'lib/xclarity_client/endpoints/job.rb', line 6 def uuid @uuid end |