Class: Kaltura::KalturaWidget
- Inherits:
-
Object
- Object
- Kaltura::KalturaWidget
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#customData ⇒ Object
Returns the value of attribute customData.
-
#entryId ⇒ Object
Returns the value of attribute entryId.
-
#kshowId ⇒ Object
Returns the value of attribute kshowId.
-
#partnerData ⇒ Object
Returns the value of attribute partnerData.
-
#securityType ⇒ Object
Returns the value of attribute securityType.
-
#sourceWidgetId ⇒ Object
Returns the value of attribute sourceWidgetId.
-
#uiConfId ⇒ Object
Returns the value of attribute uiConfId.
Instance Attribute Details
#customData ⇒ Object
Returns the value of attribute customData.
130 131 132 |
# File 'lib/kaltura_client.rb', line 130 def customData @customData end |
#entryId ⇒ Object
Returns the value of attribute entryId.
127 128 129 |
# File 'lib/kaltura_client.rb', line 127 def entryId @entryId end |
#kshowId ⇒ Object
Returns the value of attribute kshowId.
126 127 128 |
# File 'lib/kaltura_client.rb', line 126 def kshowId @kshowId end |
#partnerData ⇒ Object
Returns the value of attribute partnerData.
131 132 133 |
# File 'lib/kaltura_client.rb', line 131 def partnerData @partnerData end |
#securityType ⇒ Object
Returns the value of attribute securityType.
132 133 134 |
# File 'lib/kaltura_client.rb', line 132 def securityType @securityType end |
#sourceWidgetId ⇒ Object
Returns the value of attribute sourceWidgetId.
128 129 130 |
# File 'lib/kaltura_client.rb', line 128 def sourceWidgetId @sourceWidgetId end |
#uiConfId ⇒ Object
Returns the value of attribute uiConfId.
129 130 131 |
# File 'lib/kaltura_client.rb', line 129 def uiConfId @uiConfId end |