Class: Kaltura::KalturaDirectoryRestriction
- Inherits:
-
KalturaBaseRestriction
- Object
- KalturaObjectBase
- KalturaBaseRestriction
- Kaltura::KalturaDirectoryRestriction
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#directory_restriction_type ⇒ Object
Kaltura directory restriction type.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#directory_restriction_type ⇒ Object
Kaltura directory restriction type
12971 12972 12973 |
# File 'lib/kaltura_types.rb', line 12971 def directory_restriction_type @directory_restriction_type end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
12977 12978 12979 12980 12981 12982 |
# File 'lib/kaltura_types.rb', line 12977 def from_xml(xml_element) super if xml_element.elements['directoryRestrictionType'] != nil self.directory_restriction_type = xml_element.elements['directoryRestrictionType'].text end end |