Class: Kaltura::Response::StartWidgetSessionResponse
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::Response::StartWidgetSessionResponse
- Defined in:
- lib/kaltura/response.rb
Instance Attribute Summary collapse
-
#ks ⇒ Object
Returns the value of attribute ks.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#ks ⇒ Object
Returns the value of attribute ks.
60 61 62 |
# File 'lib/kaltura/response.rb', line 60 def ks @ks end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
59 60 61 |
# File 'lib/kaltura/response.rb', line 59 def partner_id @partner_id end |
#user_id ⇒ Object
Returns the value of attribute user_id.
61 62 63 |
# File 'lib/kaltura/response.rb', line 61 def user_id @user_id end |