Class: Kaltura::KalturaUserRole

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.



6058
6059
6060
# File 'lib/kaltura_client.rb', line 6058

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



6053
6054
6055
# File 'lib/kaltura_client.rb', line 6053

def description
  @description
end

#idObject

Returns the value of attribute id.



6050
6051
6052
# File 'lib/kaltura_client.rb', line 6050

def id
  @id
end

#nameObject

Returns the value of attribute name.



6051
6052
6053
# File 'lib/kaltura_client.rb', line 6051

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



6055
6056
6057
# File 'lib/kaltura_client.rb', line 6055

def partner_id
  @partner_id
end

#permission_namesObject

Returns the value of attribute permission_names.



6056
6057
6058
# File 'lib/kaltura_client.rb', line 6056

def permission_names
  @permission_names
end

#statusObject

Returns the value of attribute status.



6054
6055
6056
# File 'lib/kaltura_client.rb', line 6054

def status
  @status
end

#system_nameObject

Returns the value of attribute system_name.



6052
6053
6054
# File 'lib/kaltura_client.rb', line 6052

def system_name
  @system_name
end

#tagsObject

Returns the value of attribute tags.



6057
6058
6059
# File 'lib/kaltura_client.rb', line 6057

def tags
  @tags
end

#updated_atObject

Returns the value of attribute updated_at.



6059
6060
6061
# File 'lib/kaltura_client.rb', line 6059

def updated_at
  @updated_at
end