Class: Kaltura::KalturaShortLinkFilter
- Inherits:
-
KalturaShortLinkBaseFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaShortLinkBaseFilter
- Kaltura::KalturaShortLinkFilter
- Defined in:
- lib/kaltura_plugins/kaltura_short_link_client_plugin.rb
Instance Attribute Summary
Attributes inherited from KalturaShortLinkBaseFilter
#created_at_greater_than_or_equal, #created_at_less_than_or_equal, #expires_at_greater_than_or_equal, #expires_at_less_than_or_equal, #id_equal, #id_in, #partner_id_equal, #partner_id_in, #status_equal, #status_in, #system_name_equal, #system_name_in, #updated_at_greater_than_or_equal, #updated_at_less_than_or_equal, #user_id_equal, #user_id_in
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Method Details
#from_xml(xml_element) ⇒ Object
224 225 226 |
# File 'lib/kaltura_plugins/kaltura_short_link_client_plugin.rb', line 224 def from_xml(xml_element) super end |