Class: Kaltura::KalturaHttpHeaderCondition
- Inherits:
-
KalturaRegexCondition
- Object
- KalturaObjectBase
- KalturaCondition
- KalturaMatchCondition
- KalturaRegexCondition
- Kaltura::KalturaHttpHeaderCondition
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#header_name ⇒ Object
header name.
Attributes inherited from KalturaMatchCondition
Attributes inherited from KalturaCondition
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#header_name ⇒ Object
header name
18819 18820 18821 |
# File 'lib/kaltura_types.rb', line 18819 def header_name @header_name end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
18822 18823 18824 18825 18826 18827 |
# File 'lib/kaltura_types.rb', line 18822 def from_xml(xml_element) super if xml_element.elements['headerName'] != nil self.header_name = xml_element.elements['headerName'].text end end |