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.
1089 1090 1091 |
# File 'lib/kaltura/kaltura_client.rb', line 1089 def created_at @created_at end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
1085 1086 1087 |
# File 'lib/kaltura/kaltura_client.rb', line 1085 def entry_id @entry_id end |
#id ⇒ Object
Returns the value of attribute id.
1081 1082 1083 |
# File 'lib/kaltura/kaltura_client.rb', line 1081 def id @id end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
1091 1092 1093 |
# File 'lib/kaltura/kaltura_client.rb', line 1091 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1084 1085 1086 |
# File 'lib/kaltura/kaltura_client.rb', line 1084 def partner_id @partner_id end |
#root_widget_id ⇒ Object
Returns the value of attribute root_widget_id.
1083 1084 1085 |
# File 'lib/kaltura/kaltura_client.rb', line 1083 def @root_widget_id end |
#security_policy ⇒ Object
Returns the value of attribute security_policy.
1088 1089 1090 |
# File 'lib/kaltura/kaltura_client.rb', line 1088 def security_policy @security_policy end |
#security_type ⇒ Object
Returns the value of attribute security_type.
1087 1088 1089 |
# File 'lib/kaltura/kaltura_client.rb', line 1087 def security_type @security_type end |
#source_widget_id ⇒ Object
Returns the value of attribute source_widget_id.
1082 1083 1084 |
# File 'lib/kaltura/kaltura_client.rb', line 1082 def @source_widget_id end |
#ui_conf_id ⇒ Object
Returns the value of attribute ui_conf_id.
1086 1087 1088 |
# File 'lib/kaltura/kaltura_client.rb', line 1086 def ui_conf_id @ui_conf_id end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
1090 1091 1092 |
# File 'lib/kaltura/kaltura_client.rb', line 1090 def updated_at @updated_at end |
#widget_html ⇒ Object
Returns the value of attribute widget_html.
1092 1093 1094 |
# File 'lib/kaltura/kaltura_client.rb', line 1092 def @widget_html end |