Class: Kaltura::AccessControl
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::AccessControl
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_default ⇒ Object
Returns the value of attribute is_default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#restrictions ⇒ Object
Returns the value of attribute restrictions.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
13 14 15 |
# File 'lib/kaltura/kaltura_client.rb', line 13 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
12 13 14 |
# File 'lib/kaltura/kaltura_client.rb', line 12 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/kaltura/kaltura_client.rb', line 9 def id @id end |
#is_default ⇒ Object
Returns the value of attribute is_default.
14 15 16 |
# File 'lib/kaltura/kaltura_client.rb', line 14 def is_default @is_default end |
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/kaltura/kaltura_client.rb', line 11 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
10 11 12 |
# File 'lib/kaltura/kaltura_client.rb', line 10 def partner_id @partner_id end |
#restrictions ⇒ Object
Returns the value of attribute restrictions.
15 16 17 |
# File 'lib/kaltura/kaltura_client.rb', line 15 def restrictions @restrictions end |