Class: Kaltura::KalturaMetadataSearchItem
- Inherits:
-
KalturaSearchOperator
- Object
- KalturaObjectBase
- KalturaSearchItem
- KalturaSearchOperator
- Kaltura::KalturaMetadataSearchItem
- Defined in:
- lib/kaltura_plugins/kaltura_metadata_client_plugin.rb
Instance Attribute Summary collapse
-
#metadata_profile_id ⇒ Object
Returns the value of attribute metadata_profile_id.
-
#order_by ⇒ Object
Returns the value of attribute order_by.
Attributes inherited from KalturaSearchOperator
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#metadata_profile_id ⇒ Object
Returns the value of attribute metadata_profile_id.
406 407 408 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 406 def @metadata_profile_id end |
#order_by ⇒ Object
Returns the value of attribute order_by.
407 408 409 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 407 def order_by @order_by end |