Class: Kaltura::Category

Inherits:
ObjectBase show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



286
287
288
# File 'lib/kaltura/kaltura_client.rb', line 286

def created_at
  @created_at
end

#depthObject

Returns the value of attribute depth.



281
282
283
# File 'lib/kaltura/kaltura_client.rb', line 281

def depth
  @depth
end

#entries_countObject

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_nameObject

Returns the value of attribute full_name.



284
285
286
# File 'lib/kaltura/kaltura_client.rb', line 284

def full_name
  @full_name
end

#idObject

Returns the value of attribute id.



279
280
281
# File 'lib/kaltura/kaltura_client.rb', line 279

def id
  @id
end

#nameObject

Returns the value of attribute name.



283
284
285
# File 'lib/kaltura/kaltura_client.rb', line 283

def name
  @name
end

#parent_idObject

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_idObject

Returns the value of attribute partner_id.



282
283
284
# File 'lib/kaltura/kaltura_client.rb', line 282

def partner_id
  @partner_id
end