Class: Kaltura::KalturaCountryRestriction

Inherits:
KalturaBaseRestriction show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#country_listObject

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_typeObject

Country restriction type (Allow or deny)



7229
7230
7231
# File 'lib/kaltura_client.rb', line 7229

def country_restriction_type
  @country_restriction_type
end