Class: Kaltura::KalturaAccessControl
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaAccessControl
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
950 951 952 |
# File 'lib/kaltura_client.rb', line 950 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
949 950 951 |
# File 'lib/kaltura_client.rb', line 949 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
946 947 948 |
# File 'lib/kaltura_client.rb', line 946 def id @id end |
#is_default ⇒ Object
Returns the value of attribute is_default.
951 952 953 |
# File 'lib/kaltura_client.rb', line 951 def is_default @is_default end |
#name ⇒ Object
Returns the value of attribute name.
948 949 950 |
# File 'lib/kaltura_client.rb', line 948 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
947 948 949 |
# File 'lib/kaltura_client.rb', line 947 def partner_id @partner_id end |
#restrictions ⇒ Object
Returns the value of attribute restrictions.
952 953 954 |
# File 'lib/kaltura_client.rb', line 952 def restrictions @restrictions end |