Class: Kaltura::KalturaWebexDropFolderFile
- Inherits:
-
KalturaDropFolderFile
- Object
- KalturaObjectBase
- KalturaDropFolderFile
- Kaltura::KalturaWebexDropFolderFile
- Defined in:
- lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb
Instance Attribute Summary collapse
-
#conf_id ⇒ Object
Returns the value of attribute conf_id.
-
#content_url ⇒ Object
Returns the value of attribute content_url.
-
#description ⇒ Object
Returns the value of attribute description.
-
#recording_id ⇒ Object
Returns the value of attribute recording_id.
-
#webex_host_id ⇒ Object
Returns the value of attribute webex_host_id.
Attributes inherited from KalturaDropFolderFile
#batch_job_id, #created_at, #deleted_drop_folder_file_id, #drop_folder_id, #entry_id, #error_code, #error_description, #file_name, #file_size, #file_size_last_set_at, #id, #import_ended_at, #import_started_at, #last_modification_time, #lead_drop_folder_file_id, #parsed_flavor, #parsed_slug, #partner_id, #status, #type, #updated_at, #upload_end_detected_at, #upload_start_detected_at
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#conf_id ⇒ Object
Returns the value of attribute conf_id.
86 87 88 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 86 def conf_id @conf_id end |
#content_url ⇒ Object
Returns the value of attribute content_url.
87 88 89 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 87 def content_url @content_url end |
#description ⇒ Object
Returns the value of attribute description.
85 86 87 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 85 def description @description end |
#recording_id ⇒ Object
Returns the value of attribute recording_id.
83 84 85 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 83 def recording_id @recording_id end |
#webex_host_id ⇒ Object
Returns the value of attribute webex_host_id.
84 85 86 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 84 def webex_host_id @webex_host_id end |