Class: Kaltura::KalturaWidget
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaWidget
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#partner_data ⇒ Object
Returns the value of attribute partner_data.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#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_html ⇒ Object
Returns the value of attribute widget_html.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
2527 2528 2529 |
# File 'lib/kaltura_client.rb', line 2527 def created_at @created_at end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
2523 2524 2525 |
# File 'lib/kaltura_client.rb', line 2523 def entry_id @entry_id end |
#id ⇒ Object
Returns the value of attribute id.
2519 2520 2521 |
# File 'lib/kaltura_client.rb', line 2519 def id @id end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
2529 2530 2531 |
# File 'lib/kaltura_client.rb', line 2529 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2522 2523 2524 |
# File 'lib/kaltura_client.rb', line 2522 def partner_id @partner_id end |
#root_widget_id ⇒ Object
Returns the value of attribute root_widget_id.
2521 2522 2523 |
# File 'lib/kaltura_client.rb', line 2521 def @root_widget_id end |
#security_policy ⇒ Object
Returns the value of attribute security_policy.
2526 2527 2528 |
# File 'lib/kaltura_client.rb', line 2526 def security_policy @security_policy end |
#security_type ⇒ Object
Returns the value of attribute security_type.
2525 2526 2527 |
# File 'lib/kaltura_client.rb', line 2525 def security_type @security_type end |
#source_widget_id ⇒ Object
Returns the value of attribute source_widget_id.
2520 2521 2522 |
# File 'lib/kaltura_client.rb', line 2520 def @source_widget_id end |
#ui_conf_id ⇒ Object
Returns the value of attribute ui_conf_id.
2524 2525 2526 |
# File 'lib/kaltura_client.rb', line 2524 def ui_conf_id @ui_conf_id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
2528 2529 2530 |
# File 'lib/kaltura_client.rb', line 2528 def updated_at @updated_at end |
#widget_html ⇒ Object
Returns the value of attribute widget_html.
2530 2531 2532 |
# File 'lib/kaltura_client.rb', line 2530 def @widget_html end |