Class: Kaltura::KalturaBatchJob

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#abortObject

Returns the value of attribute abort.



60
61
62
# File 'lib/kaltura_client.rb', line 60

def abort
  @abort
end

#checkAgainTimeoutObject

Returns the value of attribute checkAgainTimeout.



61
62
63
# File 'lib/kaltura_client.rb', line 61

def checkAgainTimeout
  @checkAgainTimeout
end

#dataObject

Returns the value of attribute data.



58
59
60
# File 'lib/kaltura_client.rb', line 58

def data
  @data
end

#descriptionObject

Returns the value of attribute description.



64
65
66
# File 'lib/kaltura_client.rb', line 64

def description
  @description
end

#messageObject

Returns the value of attribute message.



63
64
65
# File 'lib/kaltura_client.rb', line 63

def message
  @message
end

#processorExpirationObject

Returns the value of attribute processorExpiration.



66
67
68
# File 'lib/kaltura_client.rb', line 66

def processorExpiration
  @processorExpiration
end

#progressObject

Returns the value of attribute progress.



62
63
64
# File 'lib/kaltura_client.rb', line 62

def progress
  @progress
end

#statusObject

Returns the value of attribute status.



59
60
61
# File 'lib/kaltura_client.rb', line 59

def status
  @status
end

#updatesCountObject

Returns the value of attribute updatesCount.



65
66
67
# File 'lib/kaltura_client.rb', line 65

def updatesCount
  @updatesCount
end