Class: Kaltura::KalturaCategoryUser
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaCategoryUser
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#category_full_ids ⇒ Object
The full ids of the Category.
-
#category_id ⇒ Object
Returns the value of attribute category_id.
-
#created_at ⇒ Object
CategoryUser creation date as Unix timestamp (In seconds).
-
#partner_id ⇒ Object
Partner id.
-
#permission_level ⇒ Object
Permission level.
-
#permission_names ⇒ Object
Set of category-related permissions for the current category user.
-
#status ⇒ Object
Status.
-
#update_method ⇒ Object
Update method can be either manual or automatic to distinguish between manual operations (for example in KMC) on automatic - using bulk upload.
-
#updated_at ⇒ Object
CategoryUser update date as Unix timestamp (In seconds).
-
#user_id ⇒ Object
User id.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#category_full_ids ⇒ Object
The full ids of the Category
3268 3269 3270 |
# File 'lib/kaltura_client.rb', line 3268 def category_full_ids @category_full_ids end |
#category_id ⇒ Object
Returns the value of attribute category_id.
3244 3245 3246 |
# File 'lib/kaltura_client.rb', line 3244 def category_id @category_id end |
#created_at ⇒ Object
CategoryUser creation date as Unix timestamp (In seconds)
3259 3260 3261 |
# File 'lib/kaltura_client.rb', line 3259 def created_at @created_at end |
#partner_id ⇒ Object
Partner id
3250 3251 3252 |
# File 'lib/kaltura_client.rb', line 3250 def partner_id @partner_id end |
#permission_level ⇒ Object
Permission level
3253 3254 3255 |
# File 'lib/kaltura_client.rb', line 3253 def @permission_level end |
#permission_names ⇒ Object
Set of category-related permissions for the current category user.
3271 3272 3273 |
# File 'lib/kaltura_client.rb', line 3271 def @permission_names end |
#status ⇒ Object
Status
3256 3257 3258 |
# File 'lib/kaltura_client.rb', line 3256 def status @status end |
#update_method ⇒ Object
Update method can be either manual or automatic to distinguish between manual operations (for example in KMC) on automatic - using bulk upload
3265 3266 3267 |
# File 'lib/kaltura_client.rb', line 3265 def update_method @update_method end |
#updated_at ⇒ Object
CategoryUser update date as Unix timestamp (In seconds)
3262 3263 3264 |
# File 'lib/kaltura_client.rb', line 3262 def updated_at @updated_at end |
#user_id ⇒ Object
User id
3247 3248 3249 |
# File 'lib/kaltura_client.rb', line 3247 def user_id @user_id end |