Class: KalturaApi::KalturaSessionInfo

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#expiryObject

Returns the value of attribute expiry.



5344
5345
5346
# File 'lib/kaltura_client.rb', line 5344

def expiry
  @expiry
end

#ksObject

Returns the value of attribute ks.



5340
5341
5342
# File 'lib/kaltura_client.rb', line 5340

def ks
  @ks
end

#partner_idObject

Returns the value of attribute partner_id.



5342
5343
5344
# File 'lib/kaltura_client.rb', line 5342

def partner_id
  @partner_id
end

#privilegesObject

Returns the value of attribute privileges.



5345
5346
5347
# File 'lib/kaltura_client.rb', line 5345

def privileges
  @privileges
end

#session_typeObject

Returns the value of attribute session_type.



5341
5342
5343
# File 'lib/kaltura_client.rb', line 5341

def session_type
  @session_type
end

#user_idObject

Returns the value of attribute user_id.



5343
5344
5345
# File 'lib/kaltura_client.rb', line 5343

def user_id
  @user_id
end