Class: Kaltura::Category
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::Category
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
290 291 292 |
# File 'lib/kaltura/kaltura_client.rb', line 290 def created_at @created_at end |
#depth ⇒ Object
Returns the value of attribute depth.
285 286 287 |
# File 'lib/kaltura/kaltura_client.rb', line 285 def depth @depth end |
#entries_count ⇒ Object
Returns the value of attribute entries_count.
289 290 291 |
# File 'lib/kaltura/kaltura_client.rb', line 289 def entries_count @entries_count end |
#full_name ⇒ Object
Returns the value of attribute full_name.
288 289 290 |
# File 'lib/kaltura/kaltura_client.rb', line 288 def full_name @full_name end |
#id ⇒ Object
Returns the value of attribute id.
283 284 285 |
# File 'lib/kaltura/kaltura_client.rb', line 283 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
287 288 289 |
# File 'lib/kaltura/kaltura_client.rb', line 287 def name @name end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
284 285 286 |
# File 'lib/kaltura/kaltura_client.rb', line 284 def parent_id @parent_id end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
286 287 288 |
# File 'lib/kaltura/kaltura_client.rb', line 286 def partner_id @partner_id end |