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



3613
3614
3615
# File 'lib/kaltura_client.rb', line 3613

def category_full_ids
  @category_full_ids
end

#category_idObject

Returns the value of attribute category_id.



3604
3605
3606
# File 'lib/kaltura_client.rb', line 3604

def category_id
  @category_id
end

#created_atObject

Creation date as Unix timestamp (In seconds)



3610
3611
3612
# File 'lib/kaltura_client.rb', line 3610

def created_at
  @created_at
end

#entry_idObject

entry id



3607
3608
3609
# File 'lib/kaltura_client.rb', line 3607

def entry_id
  @entry_id
end

#statusObject

CategroyEntry status



3616
3617
3618
# File 'lib/kaltura_client.rb', line 3616

def status
  @status
end