Class: Kaltura::KalturaShortLinkBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaShortLinkBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_short_link_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.
-
#expires_at_greater_than_or_equal ⇒ Object
Returns the value of attribute expires_at_greater_than_or_equal.
-
#expires_at_less_than_or_equal ⇒ Object
Returns the value of attribute expires_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.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_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.
-
#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.
-
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
-
#user_id_in ⇒ Object
Returns the value of attribute user_id_in.
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.
97 98 99 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 97 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.
98 99 100 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 98 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#expires_at_greater_than_or_equal ⇒ Object
Returns the value of attribute expires_at_greater_than_or_equal.
101 102 103 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 101 def expires_at_greater_than_or_equal @expires_at_greater_than_or_equal end |
#expires_at_less_than_or_equal ⇒ Object
Returns the value of attribute expires_at_less_than_or_equal.
102 103 104 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 102 def expires_at_less_than_or_equal @expires_at_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
95 96 97 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 95 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
96 97 98 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 96 def id_in @id_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
103 104 105 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 103 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
104 105 106 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 104 def partner_id_in @partner_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
109 110 111 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 109 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
110 111 112 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 110 def status_in @status_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
107 108 109 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 107 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
108 109 110 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 108 def system_name_in @system_name_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
99 100 101 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 99 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.
100 101 102 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 100 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
105 106 107 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 105 def user_id_equal @user_id_equal end |
#user_id_in ⇒ Object
Returns the value of attribute user_id_in.
106 107 108 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 106 def user_id_in @user_id_in end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 140 def from_xml(xml_element) super self.id_equal = xml_element.elements['idEqual'].text self.id_in = xml_element.elements['idIn'].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.expires_at_greater_than_or_equal = xml_element.elements['expiresAtGreaterThanOrEqual'].text self.expires_at_less_than_or_equal = xml_element.elements['expiresAtLessThanOrEqual'].text self.partner_id_equal = xml_element.elements['partnerIdEqual'].text self.partner_id_in = xml_element.elements['partnerIdIn'].text self.user_id_equal = xml_element.elements['userIdEqual'].text self.user_id_in = xml_element.elements['userIdIn'].text self.system_name_equal = xml_element.elements['systemNameEqual'].text self.system_name_in = xml_element.elements['systemNameIn'].text self.status_equal = xml_element.elements['statusEqual'].text self.status_in = xml_element.elements['statusIn'].text end |