Class: Kaltura::KalturaWidget

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#add_embed_html5supportObject

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
  @add_embed_html5support
end

#created_atObject

Returns the value of attribute created_at.



6096
6097
6098
# File 'lib/kaltura_client.rb', line 6096

def created_at
  @created_at
end

#enforce_entitlementObject

Should enforce entitlement on feed entries



6104
6105
6106
# File 'lib/kaltura_client.rb', line 6104

def enforce_entitlement
  @enforce_entitlement
end

#entry_idObject

Returns the value of attribute entry_id.



6092
6093
6094
# File 'lib/kaltura_client.rb', line 6092

def entry_id
  @entry_id
end

#idObject

Returns the value of attribute id.



6088
6089
6090
# File 'lib/kaltura_client.rb', line 6088

def id
  @id
end

#partner_dataObject

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_idObject

Returns the value of attribute partner_id.



6091
6092
6093
# File 'lib/kaltura_client.rb', line 6091

def partner_id
  @partner_id
end

#privacy_contextObject

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_idObject

Returns the value of attribute root_widget_id.



6090
6091
6092
# File 'lib/kaltura_client.rb', line 6090

def root_widget_id
  @root_widget_id
end

#security_policyObject

Returns the value of attribute security_policy.



6095
6096
6097
# File 'lib/kaltura_client.rb', line 6095

def security_policy
  @security_policy
end

#security_typeObject

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_idObject

Returns the value of attribute source_widget_id.



6089
6090
6091
# File 'lib/kaltura_client.rb', line 6089

def source_widget_id
  @source_widget_id
end

#ui_conf_idObject

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_atObject

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_mlObject

Returns the value of attribute widget_ht_ml.



6101
6102
6103
# File 'lib/kaltura_client.rb', line 6101

def widget_ht_ml
  @widget_ht_ml
end