Class: Kaltura::Widget
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::Widget
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
1132 1133 1134 |
# File 'lib/kaltura/kaltura_client.rb', line 1132 def created_at @created_at end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
1128 1129 1130 |
# File 'lib/kaltura/kaltura_client.rb', line 1128 def entry_id @entry_id end |
#id ⇒ Object
Returns the value of attribute id.
1124 1125 1126 |
# File 'lib/kaltura/kaltura_client.rb', line 1124 def id @id end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
1134 1135 1136 |
# File 'lib/kaltura/kaltura_client.rb', line 1134 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1127 1128 1129 |
# File 'lib/kaltura/kaltura_client.rb', line 1127 def partner_id @partner_id end |
#root_widget_id ⇒ Object
Returns the value of attribute root_widget_id.
1126 1127 1128 |
# File 'lib/kaltura/kaltura_client.rb', line 1126 def @root_widget_id end |
#security_policy ⇒ Object
Returns the value of attribute security_policy.
1131 1132 1133 |
# File 'lib/kaltura/kaltura_client.rb', line 1131 def security_policy @security_policy end |
#security_type ⇒ Object
Returns the value of attribute security_type.
1130 1131 1132 |
# File 'lib/kaltura/kaltura_client.rb', line 1130 def security_type @security_type end |
#source_widget_id ⇒ Object
Returns the value of attribute source_widget_id.
1125 1126 1127 |
# File 'lib/kaltura/kaltura_client.rb', line 1125 def @source_widget_id end |
#ui_conf_id ⇒ Object
Returns the value of attribute ui_conf_id.
1129 1130 1131 |
# File 'lib/kaltura/kaltura_client.rb', line 1129 def ui_conf_id @ui_conf_id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
1133 1134 1135 |
# File 'lib/kaltura/kaltura_client.rb', line 1133 def updated_at @updated_at end |
#widget_html ⇒ Object
Returns the value of attribute widget_html.
1135 1136 1137 |
# File 'lib/kaltura/kaltura_client.rb', line 1135 def @widget_html end |