Class: Kaltura::KalturaAccessControl

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.



950
951
952
# File 'lib/kaltura_client.rb', line 950

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



949
950
951
# File 'lib/kaltura_client.rb', line 949

def description
  @description
end

#idObject

Returns the value of attribute id.



946
947
948
# File 'lib/kaltura_client.rb', line 946

def id
  @id
end

#is_defaultObject

Returns the value of attribute is_default.



951
952
953
# File 'lib/kaltura_client.rb', line 951

def is_default
  @is_default
end

#nameObject

Returns the value of attribute name.



948
949
950
# File 'lib/kaltura_client.rb', line 948

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



947
948
949
# File 'lib/kaltura_client.rb', line 947

def partner_id
  @partner_id
end

#restrictionsObject

Returns the value of attribute restrictions.



952
953
954
# File 'lib/kaltura_client.rb', line 952

def restrictions
  @restrictions
end