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.
3653 3654 3655 |
# File 'lib/kaltura_types.rb', line 3653 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.
3654 3655 3656 |
# File 'lib/kaltura_types.rb', line 3654 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.
3657 3658 3659 |
# File 'lib/kaltura_types.rb', line 3657 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.
3658 3659 3660 |
# File 'lib/kaltura_types.rb', line 3658 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.
3644 3645 3646 |
# File 'lib/kaltura_types.rb', line 3644 def entry_id_equal @entry_id_equal end |
#entry_id_in ⇒ Object
Returns the value of attribute entry_id_in.
3645 3646 3647 |
# File 'lib/kaltura_types.rb', line 3645 def entry_id_in @entry_id_in end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
3642 3643 3644 |
# File 'lib/kaltura_types.rb', line 3642 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
3643 3644 3645 |
# File 'lib/kaltura_types.rb', line 3643 def id_in @id_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
3646 3647 3648 |
# File 'lib/kaltura_types.rb', line 3646 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
3647 3648 3649 |
# File 'lib/kaltura_types.rb', line 3647 def partner_id_in @partner_id_in end |
#size_greater_than_or_equal ⇒ Object
Returns the value of attribute size_greater_than_or_equal.
3648 3649 3650 |
# File 'lib/kaltura_types.rb', line 3648 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.
3649 3650 3651 |
# File 'lib/kaltura_types.rb', line 3649 def size_less_than_or_equal @size_less_than_or_equal end |
#tags_like ⇒ Object
Returns the value of attribute tags_like.
3650 3651 3652 |
# File 'lib/kaltura_types.rb', line 3650 def end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
3652 3653 3654 |
# File 'lib/kaltura_types.rb', line 3652 def end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
3651 3652 3653 |
# File 'lib/kaltura_types.rb', line 3651 def end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
3655 3656 3657 |
# File 'lib/kaltura_types.rb', line 3655 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.
3656 3657 3658 |
# File 'lib/kaltura_types.rb', line 3656 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 |
# File 'lib/kaltura_types.rb', line 3688 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 |