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.
114 115 116 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 114 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.
115 116 117 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 115 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.
118 119 120 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 118 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.
119 120 121 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 119 def expires_at_less_than_or_equal @expires_at_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
112 113 114 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 112 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
113 114 115 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 113 def id_in @id_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
120 121 122 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 120 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
121 122 123 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 121 def partner_id_in @partner_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
126 127 128 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 126 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
127 128 129 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 127 def status_in @status_in end |
#system_name_equal ⇒ Object
Returns the value of attribute system_name_equal.
124 125 126 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 124 def system_name_equal @system_name_equal end |
#system_name_in ⇒ Object
Returns the value of attribute system_name_in.
125 126 127 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 125 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.
116 117 118 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 116 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.
117 118 119 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 117 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.
122 123 124 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 122 def user_id_equal @user_id_equal end |
#user_id_in ⇒ Object
Returns the value of attribute user_id_in.
123 124 125 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 123 def user_id_in @user_id_in end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 154 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['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['expiresAtGreaterThanOrEqual'] != nil self.expires_at_greater_than_or_equal = xml_element.elements['expiresAtGreaterThanOrEqual'].text end if xml_element.elements['expiresAtLessThanOrEqual'] != nil self.expires_at_less_than_or_equal = xml_element.elements['expiresAtLessThanOrEqual'].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['userIdEqual'] != nil self.user_id_equal = xml_element.elements['userIdEqual'].text end if xml_element.elements['userIdIn'] != nil self.user_id_in = xml_element.elements['userIdIn'].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 end |