Class: Kaltura::KalturaCaptionParamsBaseFilter
- Inherits:
-
KalturaAssetParamsFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaRelatedFilter
- KalturaAssetParamsBaseFilter
- KalturaAssetParamsFilter
- Kaltura::KalturaCaptionParamsBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_caption_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#format_equal ⇒ Object
Returns the value of attribute format_equal.
-
#format_in ⇒ Object
Returns the value of attribute format_in.
Attributes inherited from KalturaAssetParamsBaseFilter
#is_system_default_equal, #system_name_equal, #system_name_in, #tags_equal
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#format_equal ⇒ Object
Returns the value of attribute format_equal.
220 221 222 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 220 def format_equal @format_equal end |
#format_in ⇒ Object
Returns the value of attribute format_in.
221 222 223 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 221 def format_in @format_in end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
224 225 226 227 228 |
# File 'lib/kaltura_plugins/kaltura_caption_client_plugin.rb', line 224 def from_xml(xml_element) super self.format_equal = xml_element.elements['formatEqual'].text self.format_in = xml_element.elements['formatIn'].text end |