Class: Kaltura::KalturaCategoryUser

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

#category_full_idsObject

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_idObject

Returns the value of attribute category_id.



3244
3245
3246
# File 'lib/kaltura_client.rb', line 3244

def category_id
  @category_id
end

#created_atObject

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_idObject

Partner id



3250
3251
3252
# File 'lib/kaltura_client.rb', line 3250

def partner_id
  @partner_id
end

#permission_levelObject

Permission level



3253
3254
3255
# File 'lib/kaltura_client.rb', line 3253

def permission_level
  @permission_level
end

#permission_namesObject

Set of category-related permissions for the current category user.



3271
3272
3273
# File 'lib/kaltura_client.rb', line 3271

def permission_names
  @permission_names
end

#statusObject

Status



3256
3257
3258
# File 'lib/kaltura_client.rb', line 3256

def status
  @status
end

#update_methodObject

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_atObject

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_idObject

User id



3247
3248
3249
# File 'lib/kaltura_client.rb', line 3247

def user_id
  @user_id
end