Class: Kaltura::KalturaCountryRestriction
- Inherits:
-
KalturaBaseRestriction
- Object
- KalturaObjectBase
- KalturaBaseRestriction
- Kaltura::KalturaCountryRestriction
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#country_list ⇒ Object
Returns the value of attribute country_list.
3086 3087 3088 |
# File 'lib/kaltura_client.rb', line 3086 def country_list @country_list end |
#country_restriction_type ⇒ Object
Returns the value of attribute country_restriction_type.
3085 3086 3087 |
# File 'lib/kaltura_client.rb', line 3085 def country_restriction_type @country_restriction_type end |