Class: KalturaApi::KalturaCountryRestriction
- Inherits:
-
KalturaBaseRestriction
- Object
- KalturaObjectBase
- KalturaBaseRestriction
- KalturaApi::KalturaCountryRestriction
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#country_list ⇒ Object
Comma separated list of country codes to allow to deny.
-
#country_restriction_type ⇒ Object
Country restriction type (Allow or deny).
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#country_list ⇒ Object
Comma separated list of country codes to allow to deny
7232 7233 7234 |
# File 'lib/kaltura_client.rb', line 7232 def country_list @country_list end |
#country_restriction_type ⇒ Object
Country restriction type (Allow or deny)
7229 7230 7231 |
# File 'lib/kaltura_client.rb', line 7229 def country_restriction_type @country_restriction_type end |