Class: Kaltura::KalturaBatchJob
- Inherits:
-
Object
- Object
- Kaltura::KalturaBatchJob
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#abort ⇒ Object
Returns the value of attribute abort.
-
#checkAgainTimeout ⇒ Object
Returns the value of attribute checkAgainTimeout.
-
#data ⇒ Object
Returns the value of attribute data.
-
#description ⇒ Object
Returns the value of attribute description.
-
#message ⇒ Object
Returns the value of attribute message.
-
#processorExpiration ⇒ Object
Returns the value of attribute processorExpiration.
-
#progress ⇒ Object
Returns the value of attribute progress.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updatesCount ⇒ Object
Returns the value of attribute updatesCount.
Instance Attribute Details
#abort ⇒ Object
Returns the value of attribute abort.
60 61 62 |
# File 'lib/kaltura_client.rb', line 60 def abort @abort end |
#checkAgainTimeout ⇒ Object
Returns the value of attribute checkAgainTimeout.
61 62 63 |
# File 'lib/kaltura_client.rb', line 61 def checkAgainTimeout @checkAgainTimeout end |
#data ⇒ Object
Returns the value of attribute data.
58 59 60 |
# File 'lib/kaltura_client.rb', line 58 def data @data end |
#description ⇒ Object
Returns the value of attribute description.
64 65 66 |
# File 'lib/kaltura_client.rb', line 64 def description @description end |
#message ⇒ Object
Returns the value of attribute message.
63 64 65 |
# File 'lib/kaltura_client.rb', line 63 def @message end |
#processorExpiration ⇒ Object
Returns the value of attribute processorExpiration.
66 67 68 |
# File 'lib/kaltura_client.rb', line 66 def processorExpiration @processorExpiration end |
#progress ⇒ Object
Returns the value of attribute progress.
62 63 64 |
# File 'lib/kaltura_client.rb', line 62 def progress @progress end |
#status ⇒ Object
Returns the value of attribute status.
59 60 61 |
# File 'lib/kaltura_client.rb', line 59 def status @status end |
#updatesCount ⇒ Object
Returns the value of attribute updatesCount.
65 66 67 |
# File 'lib/kaltura_client.rb', line 65 def updatesCount @updatesCount end |