Class: Kaltura::KalturaCategoryEntry
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaCategoryEntry
- 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
Creation date as Unix timestamp (In seconds).
-
#entry_id ⇒ Object
entry id.
-
#status ⇒ Object
CategroyEntry status.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#category_full_ids ⇒ Object
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_id ⇒ Object
Returns the value of attribute category_id.
3200 3201 3202 |
# File 'lib/kaltura_client.rb', line 3200 def category_id @category_id end |
#created_at ⇒ Object
Creation date as Unix timestamp (In seconds)
3206 3207 3208 |
# File 'lib/kaltura_client.rb', line 3206 def created_at @created_at end |
#entry_id ⇒ Object
entry id
3203 3204 3205 |
# File 'lib/kaltura_client.rb', line 3203 def entry_id @entry_id end |
#status ⇒ Object
CategroyEntry status
3212 3213 3214 |
# File 'lib/kaltura_client.rb', line 3212 def status @status end |