Class: Kaltura::KalturaSiteRestriction

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

#site_listObject

Comma separated list of sites (domains) to allow or deny



7963
7964
7965
# File 'lib/kaltura_client.rb', line 7963

def site_list
  @site_list
end

#site_restriction_typeObject

The site restriction type (allow or deny)



7960
7961
7962
# File 'lib/kaltura_client.rb', line 7960

def site_restriction_type
  @site_restriction_type
end