Class: Kaltura::KalturaSiteRestriction
- Inherits:
-
KalturaBaseRestriction
- Object
- KalturaObjectBase
- KalturaBaseRestriction
- Kaltura::KalturaSiteRestriction
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#site_list ⇒ Object
Returns the value of attribute site_list.
3115 3116 3117 |
# File 'lib/kaltura_client.rb', line 3115 def site_list @site_list end |
#site_restriction_type ⇒ Object
Returns the value of attribute site_restriction_type.
3114 3115 3116 |
# File 'lib/kaltura_client.rb', line 3114 def site_restriction_type @site_restriction_type end |