Class: XClarityClient::Job

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

Constant Summary collapse

BASE_URI =
'/jobs'.freeze
LIST_NAME =
'jobsList'.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

#cancelledByObject

Returns the value of attribute cancelledBy.



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

def cancelledBy
  @cancelledBy
end

#cancelURIObject

Returns the value of attribute cancelURI.



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

def cancelURI
  @cancelURI
end

#categoryObject

Returns the value of attribute category.



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

def category
  @category
end

#createdByObject

Returns the value of attribute createdBy.



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

def createdBy
  @createdBy
end

#endTimeObject

Returns the value of attribute endTime.



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

def endTime
  @endTime
end

#hiddenObject

Returns the value of attribute hidden.



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

def hidden
  @hidden
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#isCancelableObject

Returns the value of attribute isCancelable.



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

def isCancelable
  @isCancelable
end

#messageBundleObject

Returns the value of attribute messageBundle.



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

def messageBundle
  @messageBundle
end

#messageDisplayObject

Returns the value of attribute messageDisplay.



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

def messageDisplay
  @messageDisplay
end

#messageIDObject

Returns the value of attribute messageID.



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

def messageID
  @messageID
end

#messageParametersObject

Returns the value of attribute messageParameters.



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

def messageParameters
  @messageParameters
end

#rebootPersistentObject

Returns the value of attribute rebootPersistent.



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

def rebootPersistent
  @rebootPersistent
end

#startTimeObject

Returns the value of attribute startTime.



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

def startTime
  @startTime
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#typeIdObject

Returns the value of attribute typeId.



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

def typeId
  @typeId
end

#uuidObject

Returns the value of attribute uuid.



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

def uuid
  @uuid
end