Class: Kaltura::CountryRestriction
- Inherits:
-
BaseRestriction
- Object
- ObjectBase
- BaseRestriction
- Kaltura::CountryRestriction
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#country_list ⇒ Object
Returns the value of attribute country_list.
-
#country_restriction_type ⇒ Object
Returns the value of attribute country_restriction_type.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#country_list ⇒ Object
Returns the value of attribute country_list.
1410 1411 1412 |
# File 'lib/kaltura/kaltura_client.rb', line 1410 def country_list @country_list end |
#country_restriction_type ⇒ Object
Returns the value of attribute country_restriction_type.
1409 1410 1411 |
# File 'lib/kaltura/kaltura_client.rb', line 1409 def country_restriction_type @country_restriction_type end |