Class: Kaltura::KalturaWidget
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaWidget
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#add_embed_html5support ⇒ Object
Addes the HTML5 script line to the widget’s embed code.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#enforce_entitlement ⇒ Object
Should enforce entitlement on feed entries.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#partner_data ⇒ Object
Can be used to store various partner related data as a string.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#privacy_context ⇒ Object
Set privacy context for search entries that assiged to private and public categories within a category privacy context.
-
#root_widget_id ⇒ Object
Returns the value of attribute root_widget_id.
-
#security_policy ⇒ Object
Returns the value of attribute security_policy.
-
#security_type ⇒ Object
Returns the value of attribute security_type.
-
#source_widget_id ⇒ Object
Returns the value of attribute source_widget_id.
-
#ui_conf_id ⇒ Object
Returns the value of attribute ui_conf_id.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#widget_ht_ml ⇒ Object
Returns the value of attribute widget_ht_ml.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#add_embed_html5support ⇒ Object
Addes the HTML5 script line to the widget’s embed code
6110 6111 6112 |
# File 'lib/kaltura_client.rb', line 6110 def @add_embed_html5support end |
#created_at ⇒ Object
Returns the value of attribute created_at.
6096 6097 6098 |
# File 'lib/kaltura_client.rb', line 6096 def created_at @created_at end |
#enforce_entitlement ⇒ Object
Should enforce entitlement on feed entries
6104 6105 6106 |
# File 'lib/kaltura_client.rb', line 6104 def enforce_entitlement @enforce_entitlement end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
6092 6093 6094 |
# File 'lib/kaltura_client.rb', line 6092 def entry_id @entry_id end |
#id ⇒ Object
Returns the value of attribute id.
6088 6089 6090 |
# File 'lib/kaltura_client.rb', line 6088 def id @id end |
#partner_data ⇒ Object
Can be used to store various partner related data as a string
6100 6101 6102 |
# File 'lib/kaltura_client.rb', line 6100 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
6091 6092 6093 |
# File 'lib/kaltura_client.rb', line 6091 def partner_id @partner_id end |
#privacy_context ⇒ Object
Set privacy context for search entries that assiged to private and public categories within a category privacy context.
6107 6108 6109 |
# File 'lib/kaltura_client.rb', line 6107 def privacy_context @privacy_context end |
#root_widget_id ⇒ Object
Returns the value of attribute root_widget_id.
6090 6091 6092 |
# File 'lib/kaltura_client.rb', line 6090 def @root_widget_id end |
#security_policy ⇒ Object
Returns the value of attribute security_policy.
6095 6096 6097 |
# File 'lib/kaltura_client.rb', line 6095 def security_policy @security_policy end |
#security_type ⇒ Object
Returns the value of attribute security_type.
6094 6095 6096 |
# File 'lib/kaltura_client.rb', line 6094 def security_type @security_type end |
#source_widget_id ⇒ Object
Returns the value of attribute source_widget_id.
6089 6090 6091 |
# File 'lib/kaltura_client.rb', line 6089 def @source_widget_id end |
#ui_conf_id ⇒ Object
Returns the value of attribute ui_conf_id.
6093 6094 6095 |
# File 'lib/kaltura_client.rb', line 6093 def ui_conf_id @ui_conf_id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
6097 6098 6099 |
# File 'lib/kaltura_client.rb', line 6097 def updated_at @updated_at end |
#widget_ht_ml ⇒ Object
Returns the value of attribute widget_ht_ml.
6101 6102 6103 |
# File 'lib/kaltura_client.rb', line 6101 def @widget_ht_ml end |