class Kaltura::KalturaDirectoryRestriction
Attributes
directory_restriction_type[RW]
Kaltura
directory restriction type
Public Instance Methods
directory_restriction_type=(val)
click to toggle source
# File lib/kaltura_types.rb, line 12853 def directory_restriction_type=(val) @directory_restriction_type = val.to_i end
from_xml(xml_element)
click to toggle source
Calls superclass method
Kaltura::KalturaBaseRestriction#from_xml
# File lib/kaltura_types.rb, line 12857 def from_xml(xml_element) super if xml_element.elements['directoryRestrictionType'] != nil self.directory_restriction_type = xml_element.elements['directoryRestrictionType'].text end end