Class: Kaltura::KalturaCategoryEntry

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



3209
3210
3211
# File 'lib/kaltura_client.rb', line 3209

def category_full_ids
  @category_full_ids
end

#category_idObject

Returns the value of attribute category_id.



3200
3201
3202
# File 'lib/kaltura_client.rb', line 3200

def category_id
  @category_id
end

#created_atObject

Creation date as Unix timestamp (In seconds)



3206
3207
3208
# File 'lib/kaltura_client.rb', line 3206

def created_at
  @created_at
end

#entry_idObject

entry id



3203
3204
3205
# File 'lib/kaltura_client.rb', line 3203

def entry_id
  @entry_id
end

#statusObject

CategroyEntry status



3212
3213
3214
# File 'lib/kaltura_client.rb', line 3212

def status
  @status
end