Class: Kaltura::KalturaRegexItem
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaRegexItem
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#regex ⇒ Object
Returns the value of attribute regex.
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#regex ⇒ Object
Returns the value of attribute regex.
1926 1927 1928 |
# File 'lib/kaltura_types.rb', line 1926 def regex @regex end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
1929 1930 1931 1932 1933 1934 |
# File 'lib/kaltura_types.rb', line 1929 def from_xml(xml_element) super if xml_element.elements['regex'] != nil self.regex = xml_element.elements['regex'].text end end |