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.
3892 3893 3894 |
# File 'lib/kaltura_types.rb', line 3892 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.
3893 3894 3895 |
# File 'lib/kaltura_types.rb', line 3893 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.
3896 3897 3898 |
# File 'lib/kaltura_types.rb', line 3896 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.
3897 3898 3899 |
# File 'lib/kaltura_types.rb', line 3897 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.
3883 3884 3885 |
# File 'lib/kaltura_types.rb', line 3883 def entry_id_equal @entry_id_equal end |
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
3884 3885 3886 |
# File 'lib/kaltura_types.rb', line 3884 def entry_id_in @entry_id_in end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
3881 3882 3883 |
# File 'lib/kaltura_types.rb', line 3881 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
3882 3883 3884 |
# File 'lib/kaltura_types.rb', line 3882 def id_in @id_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
3885 3886 3887 |
# File 'lib/kaltura_types.rb', line 3885 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
3886 3887 3888 |
# File 'lib/kaltura_types.rb', line 3886 def partner_id_in @partner_id_in end |
#size_greater_than_or_equal ⇒ Object
Returns the value of attribute size_greater_than_or_equal.
3887 3888 3889 |
# File 'lib/kaltura_types.rb', line 3887 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.
3888 3889 3890 |
# File 'lib/kaltura_types.rb', line 3888 def size_less_than_or_equal @size_less_than_or_equal end |
#tags_like ⇒ Object
Returns the value of attribute tags_like.
3889 3890 3891 |
# File 'lib/kaltura_types.rb', line 3889 def @tags_like end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
3891 3892 3893 |
# File 'lib/kaltura_types.rb', line 3891 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
3890 3891 3892 |
# File 'lib/kaltura_types.rb', line 3890 def @tags_multi_like_or end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
3894 3895 3896 |
# File 'lib/kaltura_types.rb', line 3894 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.
3895 3896 3897 |
# File 'lib/kaltura_types.rb', line 3895 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'lib/kaltura_types.rb', line 3927 def from_xml(xml_element) super if xml_element.elements['idEqual'] != nil self.id_equal = xml_element.elements['idEqual'].text end if xml_element.elements['idIn'] != nil self.id_in = xml_element.elements['idIn'].text end if xml_element.elements['entryIdEqual'] != nil self.entry_id_equal = xml_element.elements['entryIdEqual'].text end if xml_element.elements['entryIdIn'] != nil self.entry_id_in = xml_element.elements['entryIdIn'].text end if xml_element.elements['partnerIdEqual'] != nil self.partner_id_equal = xml_element.elements['partnerIdEqual'].text end if xml_element.elements['partnerIdIn'] != nil self.partner_id_in = xml_element.elements['partnerIdIn'].text end if xml_element.elements['sizeGreaterThanOrEqual'] != nil self.size_greater_than_or_equal = xml_element.elements['sizeGreaterThanOrEqual'].text end if xml_element.elements['sizeLessThanOrEqual'] != nil self.size_less_than_or_equal = xml_element.elements['sizeLessThanOrEqual'].text end if xml_element.elements['tagsLike'] != nil self. = xml_element.elements['tagsLike'].text end if xml_element.elements['tagsMultiLikeOr'] != nil self. = xml_element.elements['tagsMultiLikeOr'].text end if xml_element.elements['tagsMultiLikeAnd'] != nil self. = xml_element.elements['tagsMultiLikeAnd'].text end if xml_element.elements['createdAtGreaterThanOrEqual'] != nil self.created_at_greater_than_or_equal = xml_element.elements['createdAtGreaterThanOrEqual'].text end if xml_element.elements['createdAtLessThanOrEqual'] != nil self.created_at_less_than_or_equal = xml_element.elements['createdAtLessThanOrEqual'].text end if xml_element.elements['updatedAtGreaterThanOrEqual'] != nil self.updated_at_greater_than_or_equal = xml_element.elements['updatedAtGreaterThanOrEqual'].text end if xml_element.elements['updatedAtLessThanOrEqual'] != nil self.updated_at_less_than_or_equal = xml_element.elements['updatedAtLessThanOrEqual'].text end if xml_element.elements['deletedAtGreaterThanOrEqual'] != nil self.deleted_at_greater_than_or_equal = xml_element.elements['deletedAtGreaterThanOrEqual'].text end if xml_element.elements['deletedAtLessThanOrEqual'] != nil self.deleted_at_less_than_or_equal = xml_element.elements['deletedAtLessThanOrEqual'].text end end |