Class: Kaltura::KalturaCategory
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaCategory
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#entries_count ⇒ Object
Returns the value of attribute entries_count.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
1388 1389 1390 |
# File 'lib/kaltura_client.rb', line 1388 def created_at @created_at end |
#depth ⇒ Object
Returns the value of attribute depth.
1383 1384 1385 |
# File 'lib/kaltura_client.rb', line 1383 def depth @depth end |
#entries_count ⇒ Object
Returns the value of attribute entries_count.
1387 1388 1389 |
# File 'lib/kaltura_client.rb', line 1387 def entries_count @entries_count end |
#full_name ⇒ Object
Returns the value of attribute full_name.
1386 1387 1388 |
# File 'lib/kaltura_client.rb', line 1386 def full_name @full_name end |
#id ⇒ Object
Returns the value of attribute id.
1381 1382 1383 |
# File 'lib/kaltura_client.rb', line 1381 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1385 1386 1387 |
# File 'lib/kaltura_client.rb', line 1385 def name @name end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
1382 1383 1384 |
# File 'lib/kaltura_client.rb', line 1382 def parent_id @parent_id end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1384 1385 1386 |
# File 'lib/kaltura_client.rb', line 1384 def partner_id @partner_id end |