Class: KalturaApi::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.



5068
5069
5070
# File 'lib/kaltura_client.rb', line 5068

def created_at
  @created_at
end

#depends_on_permission_namesObject

Returns the value of attribute depends_on_permission_names.



5065
5066
5067
# File 'lib/kaltura_client.rb', line 5065

def depends_on_permission_names
  @depends_on_permission_names
end

#descriptionObject

Returns the value of attribute description.



5062
5063
5064
# File 'lib/kaltura_client.rb', line 5062

def description
  @description
end

#friendly_nameObject

Returns the value of attribute friendly_name.



5061
5062
5063
# File 'lib/kaltura_client.rb', line 5061

def friendly_name
  @friendly_name
end

#idObject

Returns the value of attribute id.



5058
5059
5060
# File 'lib/kaltura_client.rb', line 5058

def id
  @id
end

#nameObject

Returns the value of attribute name.



5060
5061
5062
# File 'lib/kaltura_client.rb', line 5060

def name
  @name
end

#partner_groupObject

Returns the value of attribute partner_group.



5070
5071
5072
# File 'lib/kaltura_client.rb', line 5070

def partner_group
  @partner_group
end

#partner_idObject

Returns the value of attribute partner_id.



5064
5065
5066
# File 'lib/kaltura_client.rb', line 5064

def partner_id
  @partner_id
end

#permission_items_idsObject

Returns the value of attribute permission_items_ids.



5067
5068
5069
# File 'lib/kaltura_client.rb', line 5067

def permission_items_ids
  @permission_items_ids
end

#statusObject

Returns the value of attribute status.



5063
5064
5065
# File 'lib/kaltura_client.rb', line 5063

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



5066
5067
5068
# File 'lib/kaltura_client.rb', line 5066

def tags
  @tags
end

#typeObject

Returns the value of attribute type.



5059
5060
5061
# File 'lib/kaltura_client.rb', line 5059

def type
  @type
end

#updated_atObject

Returns the value of attribute updated_at.



5069
5070
5071
# File 'lib/kaltura_client.rb', line 5069

def updated_at
  @updated_at
end