Class: Kaltura::KalturaScheduleResourceBaseFilter
- Inherits:
-
KalturaRelatedFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaRelatedFilter
- Kaltura::KalturaScheduleResourceBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_schedule_client_plugin.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.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#id_not_in ⇒ Object
Returns the value of attribute id_not_in.
-
#name_equal ⇒ Object
Returns the value of attribute name_equal.
-
#parent_id_equal ⇒ Object
Returns the value of attribute parent_id_equal.
-
#parent_id_in ⇒ Object
Returns the value of attribute parent_id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#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_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.
969 970 971 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 969 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.
970 971 972 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 970 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
956 957 958 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 956 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
957 958 959 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 957 def id_in @id_in end |
#id_not_in ⇒ Object
Returns the value of attribute id_not_in.
958 959 960 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 958 def id_not_in @id_not_in end |
#name_equal ⇒ Object
Returns the value of attribute name_equal.
961 962 963 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 961 def name_equal @name_equal end |
#parent_id_equal ⇒ Object
Returns the value of attribute parent_id_equal.
959 960 961 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 959 def parent_id_equal @parent_id_equal end |
#parent_id_in ⇒ Object
Returns the value of attribute parent_id_in.
960 961 962 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 960 def parent_id_in @parent_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
964 965 966 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 964 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
965 966 967 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 965 def status_in @status_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
962 963 964 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 962 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
963 964 965 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 963 def system_name_in @system_name_in end |
#tags_like ⇒ Object
Returns the value of attribute tags_like.
966 967 968 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 966 def end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
968 969 970 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 968 def end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
967 968 969 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 967 def end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
971 972 973 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 971 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.
972 973 974 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 972 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 |
# File 'lib/kaltura_plugins/kaltura_schedule_client_plugin.rb', line 996 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['idNotIn'] != nil self.id_not_in = xml_element.elements['idNotIn'].text end if xml_element.elements['parentIdEqual'] != nil self.parent_id_equal = xml_element.elements['parentIdEqual'].text end if xml_element.elements['parentIdIn'] != nil self.parent_id_in = xml_element.elements['parentIdIn'].text end if xml_element.elements['nameEqual'] != nil self.name_equal = xml_element.elements['nameEqual'].text end if xml_element.elements['systemNameEqual'] != nil self.system_name_equal = xml_element.elements['systemNameEqual'].text end if xml_element.elements['systemNameIn'] != nil self.system_name_in = xml_element.elements['systemNameIn'].text end if xml_element.elements['statusEqual'] != nil self.status_equal = xml_element.elements['statusEqual'].text end if xml_element.elements['statusIn'] != nil self.status_in = xml_element.elements['statusIn'].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 end |