Class: Kaltura::BulkUpload
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::BulkUpload
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#csv_file_url ⇒ Object
Returns the value of attribute csv_file_url.
-
#id ⇒ Object
Returns the value of attribute id.
-
#log_file_url ⇒ Object
Returns the value of attribute log_file_url.
-
#num_of_entries ⇒ Object
Returns the value of attribute num_of_entries.
-
#results ⇒ Object
Returns the value of attribute results.
-
#status ⇒ Object
Returns the value of attribute status.
-
#uploaded_by ⇒ Object
Returns the value of attribute uploaded_by.
-
#uploaded_on ⇒ Object
Returns the value of attribute uploaded_on.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#csv_file_url ⇒ Object
Returns the value of attribute csv_file_url.
265 266 267 |
# File 'lib/kaltura/kaltura_client.rb', line 265 def csv_file_url @csv_file_url end |
#id ⇒ Object
Returns the value of attribute id.
259 260 261 |
# File 'lib/kaltura/kaltura_client.rb', line 259 def id @id end |
#log_file_url ⇒ Object
Returns the value of attribute log_file_url.
264 265 266 |
# File 'lib/kaltura/kaltura_client.rb', line 264 def log_file_url @log_file_url end |
#num_of_entries ⇒ Object
Returns the value of attribute num_of_entries.
262 263 264 |
# File 'lib/kaltura/kaltura_client.rb', line 262 def num_of_entries @num_of_entries end |
#results ⇒ Object
Returns the value of attribute results.
266 267 268 |
# File 'lib/kaltura/kaltura_client.rb', line 266 def results @results end |
#status ⇒ Object
Returns the value of attribute status.
263 264 265 |
# File 'lib/kaltura/kaltura_client.rb', line 263 def status @status end |
#uploaded_by ⇒ Object
Returns the value of attribute uploaded_by.
260 261 262 |
# File 'lib/kaltura/kaltura_client.rb', line 260 def uploaded_by @uploaded_by end |
#uploaded_on ⇒ Object
Returns the value of attribute uploaded_on.
261 262 263 |
# File 'lib/kaltura/kaltura_client.rb', line 261 def uploaded_on @uploaded_on end |