Class: Kaltura::KalturaAssetParamsBaseFilter
- Inherits:
-
KalturaRelatedFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaRelatedFilter
- Kaltura::KalturaAssetParamsBaseFilter
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#is_system_default_equal ⇒ Object
Returns the value of attribute is_system_default_equal.
-
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
-
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
-
#tags_equal ⇒ Object
Returns the value of attribute 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
#is_system_default_equal ⇒ Object
Returns the value of attribute is_system_default_equal.
10908 10909 10910 |
# File 'lib/kaltura_types.rb', line 10908 def is_system_default_equal @is_system_default_equal end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
10906 10907 10908 |
# File 'lib/kaltura_types.rb', line 10906 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
10907 10908 10909 |
# File 'lib/kaltura_types.rb', line 10907 def system_name_in @system_name_in end |
#tags_equal ⇒ Object
Returns the value of attribute tags_equal.
10909 10910 10911 |
# File 'lib/kaltura_types.rb', line 10909 def end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
10915 10916 10917 10918 10919 10920 10921 |
# File 'lib/kaltura_types.rb', line 10915 def from_xml(xml_element) super self.system_name_equal = xml_element.elements['systemNameEqual'].text self.system_name_in = xml_element.elements['systemNameIn'].text self.is_system_default_equal = xml_element.elements['isSystemDefaultEqual'].text self. = xml_element.elements['tagsEqual'].text end |