Class: Kaltura::AccessControl

Inherits:
ObjectBase show all
Defined in:
lib/kaltura/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



13
14
15
# File 'lib/kaltura/kaltura_client.rb', line 13

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description.



12
13
14
# File 'lib/kaltura/kaltura_client.rb', line 12

def description
  @description
end

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/kaltura/kaltura_client.rb', line 9

def id
  @id
end

#is_defaultObject

Returns the value of attribute is_default.



14
15
16
# File 'lib/kaltura/kaltura_client.rb', line 14

def is_default
  @is_default
end

#nameObject

Returns the value of attribute name.



11
12
13
# File 'lib/kaltura/kaltura_client.rb', line 11

def name
  @name
end

#partner_idObject

Returns the value of attribute partner_id.



10
11
12
# File 'lib/kaltura/kaltura_client.rb', line 10

def partner_id
  @partner_id
end

#restrictionsObject

Returns the value of attribute restrictions.



15
16
17
# File 'lib/kaltura/kaltura_client.rb', line 15

def restrictions
  @restrictions
end