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.
261 262 263 |
# File 'lib/kaltura/kaltura_client.rb', line 261 def csv_file_url @csv_file_url end |
#id ⇒ Object
Returns the value of attribute id.
255 256 257 |
# File 'lib/kaltura/kaltura_client.rb', line 255 def id @id end |
#log_file_url ⇒ Object
Returns the value of attribute log_file_url.
260 261 262 |
# File 'lib/kaltura/kaltura_client.rb', line 260 def log_file_url @log_file_url end |
#num_of_entries ⇒ Object
Returns the value of attribute num_of_entries.
258 259 260 |
# File 'lib/kaltura/kaltura_client.rb', line 258 def num_of_entries @num_of_entries end |
#results ⇒ Object
Returns the value of attribute results.
262 263 264 |
# File 'lib/kaltura/kaltura_client.rb', line 262 def results @results end |
#status ⇒ Object
Returns the value of attribute status.
259 260 261 |
# File 'lib/kaltura/kaltura_client.rb', line 259 def status @status end |
#uploaded_by ⇒ Object
Returns the value of attribute uploaded_by.
256 257 258 |
# File 'lib/kaltura/kaltura_client.rb', line 256 def uploaded_by @uploaded_by end |
#uploaded_on ⇒ Object
Returns the value of attribute uploaded_on.
257 258 259 |
# File 'lib/kaltura/kaltura_client.rb', line 257 def uploaded_on @uploaded_on end |