Class: Kaltura::KalturaCategory

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

#created_atObject

Returns the value of attribute created_at.



1388
1389
1390
# File 'lib/kaltura_client.rb', line 1388

def created_at
  @created_at
end

#depthObject

Returns the value of attribute depth.



1383
1384
1385
# File 'lib/kaltura_client.rb', line 1383

def depth
  @depth
end

#entries_countObject

Returns the value of attribute entries_count.



1387
1388
1389
# File 'lib/kaltura_client.rb', line 1387

def entries_count
  @entries_count
end

#full_nameObject

Returns the value of attribute full_name.



1386
1387
1388
# File 'lib/kaltura_client.rb', line 1386

def full_name
  @full_name
end

#idObject

Returns the value of attribute id.



1381
1382
1383
# File 'lib/kaltura_client.rb', line 1381

def id
  @id
end

#nameObject

Returns the value of attribute name.



1385
1386
1387
# File 'lib/kaltura_client.rb', line 1385

def name
  @name
end

#parent_idObject

Returns the value of attribute parent_id.



1382
1383
1384
# File 'lib/kaltura_client.rb', line 1382

def parent_id
  @parent_id
end

#partner_idObject

Returns the value of attribute partner_id.



1384
1385
1386
# File 'lib/kaltura_client.rb', line 1384

def partner_id
  @partner_id
end