Class: Kaltura::KalturaWebexDropFolder
- Inherits:
-
KalturaDropFolder
- Object
- KalturaObjectBase
- KalturaDropFolder
- Kaltura::KalturaWebexDropFolder
- Defined in:
- lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb
Instance Attribute Summary collapse
-
#categories_metadata_field_name ⇒ Object
Returns the value of attribute categories_metadata_field_name.
-
#enforce_entitlement ⇒ Object
Returns the value of attribute enforce_entitlement.
-
#webex_host_id_metadata_field_name ⇒ Object
Returns the value of attribute webex_host_id_metadata_field_name.
-
#webex_partner_id ⇒ Object
Returns the value of attribute webex_partner_id.
-
#webex_password ⇒ Object
Returns the value of attribute webex_password.
-
#webex_service_url ⇒ Object
Returns the value of attribute webex_service_url.
-
#webex_site_id ⇒ Object
Returns the value of attribute webex_site_id.
-
#webex_user_id ⇒ Object
Returns the value of attribute webex_user_id.
Attributes inherited from KalturaDropFolder
#auto_file_delete_days, #conversion_profile_id, #created_at, #dc, #description, #error_code, #error_description, #file_delete_policy, #file_handler_config, #file_handler_type, #file_name_patterns, #file_size_check_interval, #id, #ignore_file_name_patterns, #incremental, #last_accessed_at, #last_file_timestamp, #metadata_profile_id, #name, #partner_id, #path, #status, #tags, #type, #updated_at
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#categories_metadata_field_name ⇒ Object
Returns the value of attribute categories_metadata_field_name.
71 72 73 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 71 def @categories_metadata_field_name end |
#enforce_entitlement ⇒ Object
Returns the value of attribute enforce_entitlement.
72 73 74 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 72 def enforce_entitlement @enforce_entitlement end |
#webex_host_id_metadata_field_name ⇒ Object
Returns the value of attribute webex_host_id_metadata_field_name.
70 71 72 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 70 def @webex_host_id_metadata_field_name end |
#webex_partner_id ⇒ Object
Returns the value of attribute webex_partner_id.
68 69 70 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 68 def webex_partner_id @webex_partner_id end |
#webex_password ⇒ Object
Returns the value of attribute webex_password.
66 67 68 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 66 def webex_password @webex_password end |
#webex_service_url ⇒ Object
Returns the value of attribute webex_service_url.
69 70 71 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 69 def webex_service_url @webex_service_url end |
#webex_site_id ⇒ Object
Returns the value of attribute webex_site_id.
67 68 69 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 67 def webex_site_id @webex_site_id end |
#webex_user_id ⇒ Object
Returns the value of attribute webex_user_id.
65 66 67 |
# File 'lib/kaltura_plugins/kaltura_webex_drop_folder_client_plugin.rb', line 65 def webex_user_id @webex_user_id end |