Class: Kaltura::KalturaAssetBaseFilter
- Inherits:
-
KalturaRelatedFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaRelatedFilter
- Kaltura::KalturaAssetBaseFilter
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
-
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
-
#deleted_at_greater_than_or_equal ⇒ Object
Returns the value of attribute deleted_at_greater_than_or_equal.
-
#deleted_at_less_than_or_equal ⇒ Object
Returns the value of attribute deleted_at_less_than_or_equal.
-
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
-
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#size_greater_than_or_equal ⇒ Object
Returns the value of attribute size_greater_than_or_equal.
-
#size_less_than_or_equal ⇒ Object
Returns the value of attribute size_less_than_or_equal.
-
#tags_like ⇒ Object
Returns the value of attribute tags_like.
-
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
-
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
10847 10848 10849 |
# File 'lib/kaltura_types.rb', line 10847 def created_at_greater_than_or_equal @created_at_greater_than_or_equal end |
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
10848 10849 10850 |
# File 'lib/kaltura_types.rb', line 10848 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#deleted_at_greater_than_or_equal ⇒ Object
Returns the value of attribute deleted_at_greater_than_or_equal.
10851 10852 10853 |
# File 'lib/kaltura_types.rb', line 10851 def deleted_at_greater_than_or_equal @deleted_at_greater_than_or_equal end |
#deleted_at_less_than_or_equal ⇒ Object
Returns the value of attribute deleted_at_less_than_or_equal.
10852 10853 10854 |
# File 'lib/kaltura_types.rb', line 10852 def deleted_at_less_than_or_equal @deleted_at_less_than_or_equal end |
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
10838 10839 10840 |
# File 'lib/kaltura_types.rb', line 10838 def entry_id_equal @entry_id_equal end |
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
10839 10840 10841 |
# File 'lib/kaltura_types.rb', line 10839 def entry_id_in @entry_id_in end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
10836 10837 10838 |
# File 'lib/kaltura_types.rb', line 10836 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
10837 10838 10839 |
# File 'lib/kaltura_types.rb', line 10837 def id_in @id_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
10840 10841 10842 |
# File 'lib/kaltura_types.rb', line 10840 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
10841 10842 10843 |
# File 'lib/kaltura_types.rb', line 10841 def partner_id_in @partner_id_in end |
#size_greater_than_or_equal ⇒ Object
Returns the value of attribute size_greater_than_or_equal.
10842 10843 10844 |
# File 'lib/kaltura_types.rb', line 10842 def size_greater_than_or_equal @size_greater_than_or_equal end |
#size_less_than_or_equal ⇒ Object
Returns the value of attribute size_less_than_or_equal.
10843 10844 10845 |
# File 'lib/kaltura_types.rb', line 10843 def size_less_than_or_equal @size_less_than_or_equal end |
#tags_like ⇒ Object
Returns the value of attribute tags_like.
10844 10845 10846 |
# File 'lib/kaltura_types.rb', line 10844 def @tags_like end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
10846 10847 10848 |
# File 'lib/kaltura_types.rb', line 10846 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
10845 10846 10847 |
# File 'lib/kaltura_types.rb', line 10845 def @tags_multi_like_or end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
10849 10850 10851 |
# File 'lib/kaltura_types.rb', line 10849 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
10850 10851 10852 |
# File 'lib/kaltura_types.rb', line 10850 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
10882 10883 10884 10885 10886 10887 10888 10889 10890 10891 10892 10893 10894 10895 10896 10897 10898 10899 10900 10901 |
# File 'lib/kaltura_types.rb', line 10882 def from_xml(xml_element) super self.id_equal = xml_element.elements['idEqual'].text self.id_in = xml_element.elements['idIn'].text self.entry_id_equal = xml_element.elements['entryIdEqual'].text self.entry_id_in = xml_element.elements['entryIdIn'].text self.partner_id_equal = xml_element.elements['partnerIdEqual'].text self.partner_id_in = xml_element.elements['partnerIdIn'].text self.size_greater_than_or_equal = xml_element.elements['sizeGreaterThanOrEqual'].text self.size_less_than_or_equal = xml_element.elements['sizeLessThanOrEqual'].text self. = xml_element.elements['tagsLike'].text self. = xml_element.elements['tagsMultiLikeOr'].text self. = xml_element.elements['tagsMultiLikeAnd'].text self.created_at_greater_than_or_equal = xml_element.elements['createdAtGreaterThanOrEqual'].text self.created_at_less_than_or_equal = xml_element.elements['createdAtLessThanOrEqual'].text self.updated_at_greater_than_or_equal = xml_element.elements['updatedAtGreaterThanOrEqual'].text self.updated_at_less_than_or_equal = xml_element.elements['updatedAtLessThanOrEqual'].text self.deleted_at_greater_than_or_equal = xml_element.elements['deletedAtGreaterThanOrEqual'].text self.deleted_at_less_than_or_equal = xml_element.elements['deletedAtLessThanOrEqual'].text end |