Class: Kaltura::KalturaMatchMetadataCondition
- Inherits:
-
KalturaMatchCondition
- Object
- KalturaObjectBase
- KalturaCondition
- KalturaMatchCondition
- Kaltura::KalturaMatchMetadataCondition
- Defined in:
- lib/kaltura_plugins/kaltura_metadata_client_plugin.rb
Instance Attribute Summary collapse
-
#profile_id ⇒ Object
Metadata profile id.
-
#profile_system_name ⇒ Object
Metadata profile system name.
-
#x_path ⇒ Object
May contain the full xpath to the field in three formats 1.
Attributes inherited from KalturaMatchCondition
Attributes inherited from KalturaCondition
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#profile_id ⇒ Object
Metadata profile id
366 367 368 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 366 def profile_id @profile_id end |
#profile_system_name ⇒ Object
Metadata profile system name
369 370 371 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 369 def profile_system_name @profile_system_name end |
#x_path ⇒ Object
May contain the full xpath to the field in three formats 1. Slashed xPath, e.g. /metadata/myElementName 2. Using local-name function, e.g. /[local-name()=‘metadata’]/ 3. Using only the field name, e.g. myElementName, it will be searched as //myElementName
363 364 365 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 363 def x_path @x_path end |