Class: Kaltura::KalturaPermissionItem

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.



5097
5098
5099
# File 'lib/kaltura_client.rb', line 5097

def created_at
  @created_at
end

#idObject

Returns the value of attribute id.



5093
5094
5095
# File 'lib/kaltura_client.rb', line 5093

def id
  @id
end

#partner_idObject

Returns the value of attribute partner_id.



5095
5096
5097
# File 'lib/kaltura_client.rb', line 5095

def partner_id
  @partner_id
end

#tagsObject

Returns the value of attribute tags.



5096
5097
5098
# File 'lib/kaltura_client.rb', line 5096

def tags
  @tags
end

#typeObject

Returns the value of attribute type.



5094
5095
5096
# File 'lib/kaltura_client.rb', line 5094

def type
  @type
end

#updated_atObject

Returns the value of attribute updated_at.



5098
5099
5100
# File 'lib/kaltura_client.rb', line 5098

def updated_at
  @updated_at
end