Class: Kaltura::BulkUploadResult
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::BulkUploadResult
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#access_control_profile_id ⇒ Object
Returns the value of attribute access_control_profile_id.
-
#bulk_upload_job_id ⇒ Object
Returns the value of attribute bulk_upload_job_id.
-
#category ⇒ Object
Returns the value of attribute category.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#conversion_profile_id ⇒ Object
Returns the value of attribute conversion_profile_id.
-
#description ⇒ Object
Returns the value of attribute description.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#entry_status ⇒ Object
Returns the value of attribute entry_status.
-
#error_description ⇒ Object
Returns the value of attribute error_description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#line_index ⇒ Object
Returns the value of attribute line_index.
-
#partner_data ⇒ Object
Returns the value of attribute partner_data.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#row_data ⇒ Object
Returns the value of attribute row_data.
-
#schedule_end_date ⇒ Object
Returns the value of attribute schedule_end_date.
-
#schedule_start_date ⇒ Object
Returns the value of attribute schedule_start_date.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#thumbnail_saved ⇒ Object
Returns the value of attribute thumbnail_saved.
-
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#access_control_profile_id ⇒ Object
Returns the value of attribute access_control_profile_id.
217 218 219 |
# File 'lib/kaltura/kaltura_client.rb', line 217 def access_control_profile_id @access_control_profile_id end |
#bulk_upload_job_id ⇒ Object
Returns the value of attribute bulk_upload_job_id.
205 206 207 |
# File 'lib/kaltura/kaltura_client.rb', line 205 def bulk_upload_job_id @bulk_upload_job_id end |
#category ⇒ Object
Returns the value of attribute category.
218 219 220 |
# File 'lib/kaltura/kaltura_client.rb', line 218 def category @category end |
#content_type ⇒ Object
Returns the value of attribute content_type.
215 216 217 |
# File 'lib/kaltura/kaltura_client.rb', line 215 def content_type @content_type end |
#conversion_profile_id ⇒ Object
Returns the value of attribute conversion_profile_id.
216 217 218 |
# File 'lib/kaltura/kaltura_client.rb', line 216 def conversion_profile_id @conversion_profile_id end |
#description ⇒ Object
Returns the value of attribute description.
212 213 214 |
# File 'lib/kaltura/kaltura_client.rb', line 212 def description @description end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
208 209 210 |
# File 'lib/kaltura/kaltura_client.rb', line 208 def entry_id @entry_id end |
#entry_status ⇒ Object
Returns the value of attribute entry_status.
209 210 211 |
# File 'lib/kaltura/kaltura_client.rb', line 209 def entry_status @entry_status end |
#error_description ⇒ Object
Returns the value of attribute error_description.
224 225 226 |
# File 'lib/kaltura/kaltura_client.rb', line 224 def error_description @error_description end |
#id ⇒ Object
Returns the value of attribute id.
204 205 206 |
# File 'lib/kaltura/kaltura_client.rb', line 204 def id @id end |
#line_index ⇒ Object
Returns the value of attribute line_index.
206 207 208 |
# File 'lib/kaltura/kaltura_client.rb', line 206 def line_index @line_index end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
223 224 225 |
# File 'lib/kaltura/kaltura_client.rb', line 223 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
207 208 209 |
# File 'lib/kaltura/kaltura_client.rb', line 207 def partner_id @partner_id end |
#row_data ⇒ Object
Returns the value of attribute row_data.
210 211 212 |
# File 'lib/kaltura/kaltura_client.rb', line 210 def row_data @row_data end |
#schedule_end_date ⇒ Object
Returns the value of attribute schedule_end_date.
220 221 222 |
# File 'lib/kaltura/kaltura_client.rb', line 220 def schedule_end_date @schedule_end_date end |
#schedule_start_date ⇒ Object
Returns the value of attribute schedule_start_date.
219 220 221 |
# File 'lib/kaltura/kaltura_client.rb', line 219 def schedule_start_date @schedule_start_date end |
#tags ⇒ Object
Returns the value of attribute tags.
213 214 215 |
# File 'lib/kaltura/kaltura_client.rb', line 213 def @tags end |
#thumbnail_saved ⇒ Object
Returns the value of attribute thumbnail_saved.
222 223 224 |
# File 'lib/kaltura/kaltura_client.rb', line 222 def thumbnail_saved @thumbnail_saved end |
#thumbnail_url ⇒ Object
Returns the value of attribute thumbnail_url.
221 222 223 |
# File 'lib/kaltura/kaltura_client.rb', line 221 def thumbnail_url @thumbnail_url end |
#title ⇒ Object
Returns the value of attribute title.
211 212 213 |
# File 'lib/kaltura/kaltura_client.rb', line 211 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
214 215 216 |
# File 'lib/kaltura/kaltura_client.rb', line 214 def url @url end |