Class: Kaltura::KalturaPermission

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.



5830
5831
5832
# File 'lib/kaltura_client.rb', line 5830

def created_at
  @created_at
end

#depends_on_permission_namesObject

Returns the value of attribute depends_on_permission_names.



5827
5828
5829
# File 'lib/kaltura_client.rb', line 5827

def depends_on_permission_names
  @depends_on_permission_names
end

#descriptionObject

Returns the value of attribute description.



5824
5825
5826
# File 'lib/kaltura_client.rb', line 5824

def description
  @description
end

#friendly_nameObject

Returns the value of attribute friendly_name.



5823
5824
5825
# File 'lib/kaltura_client.rb', line 5823

def friendly_name
  @friendly_name
end

#idObject

Returns the value of attribute id.



5820
5821
5822
# File 'lib/kaltura_client.rb', line 5820

def id
  @id
end

#nameObject

Returns the value of attribute name.



5822
5823
5824
# File 'lib/kaltura_client.rb', line 5822

def name
  @name
end

#partner_groupObject

Returns the value of attribute partner_group.



5832
5833
5834
# File 'lib/kaltura_client.rb', line 5832

def partner_group
  @partner_group
end

#partner_idObject

Returns the value of attribute partner_id.



5826
5827
5828
# File 'lib/kaltura_client.rb', line 5826

def partner_id
  @partner_id
end

#permission_items_idsObject

Returns the value of attribute permission_items_ids.



5829
5830
5831
# File 'lib/kaltura_client.rb', line 5829

def permission_items_ids
  @permission_items_ids
end

#statusObject

Returns the value of attribute status.



5825
5826
5827
# File 'lib/kaltura_client.rb', line 5825

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



5828
5829
5830
# File 'lib/kaltura_client.rb', line 5828

def tags
  @tags
end

#typeObject

Returns the value of attribute type.



5821
5822
5823
# File 'lib/kaltura_client.rb', line 5821

def type
  @type
end

#updated_atObject

Returns the value of attribute updated_at.



5831
5832
5833
# File 'lib/kaltura_client.rb', line 5831

def updated_at
  @updated_at
end