Class: Kaltura::SiteRestriction
- Inherits:
-
BaseRestriction
- Object
- ObjectBase
- BaseRestriction
- Kaltura::SiteRestriction
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#site_list ⇒ Object
Returns the value of attribute site_list.
-
#site_restriction_type ⇒ Object
Returns the value of attribute site_restriction_type.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#site_list ⇒ Object
Returns the value of attribute site_list.
1482 1483 1484 |
# File 'lib/kaltura/kaltura_client.rb', line 1482 def site_list @site_list end |
#site_restriction_type ⇒ Object
Returns the value of attribute site_restriction_type.
1481 1482 1483 |
# File 'lib/kaltura/kaltura_client.rb', line 1481 def site_restriction_type @site_restriction_type end |