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.
286 287 288 |
# File 'lib/kaltura/kaltura_client.rb', line 286 def created_at @created_at end |
#depth ⇒ Object
Returns the value of attribute depth.
281 282 283 |
# File 'lib/kaltura/kaltura_client.rb', line 281 def depth @depth end |
#entries_count ⇒ Object
Returns the value of attribute entries_count.
285 286 287 |
# File 'lib/kaltura/kaltura_client.rb', line 285 def entries_count @entries_count end |
#full_name ⇒ Object
Returns the value of attribute full_name.
284 285 286 |
# File 'lib/kaltura/kaltura_client.rb', line 284 def full_name @full_name end |
#id ⇒ Object
Returns the value of attribute id.
279 280 281 |
# File 'lib/kaltura/kaltura_client.rb', line 279 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
283 284 285 |
# File 'lib/kaltura/kaltura_client.rb', line 283 def name @name end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
280 281 282 |
# File 'lib/kaltura/kaltura_client.rb', line 280 def parent_id @parent_id end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
282 283 284 |
# File 'lib/kaltura/kaltura_client.rb', line 282 def partner_id @partner_id end |