Class: KalturaApi::KalturaSessionInfo
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaSessionInfo
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#expiry ⇒ Object
Returns the value of attribute expiry.
-
#ks ⇒ Object
Returns the value of attribute ks.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#privileges ⇒ Object
Returns the value of attribute privileges.
-
#session_type ⇒ Object
Returns the value of attribute session_type.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#expiry ⇒ Object
Returns the value of attribute expiry.
5344 5345 5346 |
# File 'lib/kaltura_client.rb', line 5344 def expiry @expiry end |
#ks ⇒ Object
Returns the value of attribute ks.
5340 5341 5342 |
# File 'lib/kaltura_client.rb', line 5340 def ks @ks end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
5342 5343 5344 |
# File 'lib/kaltura_client.rb', line 5342 def partner_id @partner_id end |
#privileges ⇒ Object
Returns the value of attribute privileges.
5345 5346 5347 |
# File 'lib/kaltura_client.rb', line 5345 def privileges @privileges end |
#session_type ⇒ Object
Returns the value of attribute session_type.
5341 5342 5343 |
# File 'lib/kaltura_client.rb', line 5341 def session_type @session_type end |
#user_id ⇒ Object
Returns the value of attribute user_id.
5343 5344 5345 |
# File 'lib/kaltura_client.rb', line 5343 def user_id @user_id end |