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.
1453 1454 1455 |
# File 'lib/kaltura/kaltura_client.rb', line 1453 def country_list @country_list end |
#country_restriction_type ⇒ Object
Returns the value of attribute country_restriction_type.
1452 1453 1454 |
# File 'lib/kaltura/kaltura_client.rb', line 1452 def country_restriction_type @country_restriction_type end |