Class: Kaltura::KalturaMetadataFieldChangedCondition
- Inherits:
-
KalturaMatchCondition
- Object
- KalturaObjectBase
- KalturaCondition
- KalturaMatchCondition
- Kaltura::KalturaMetadataFieldChangedCondition
- 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.
-
#version_a ⇒ Object
Returns the value of attribute version_a.
-
#version_b ⇒ Object
Returns the value of attribute version_b.
-
#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
385 386 387 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 385 def profile_id @profile_id end |
#profile_system_name ⇒ Object
Metadata profile system name
388 389 390 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 388 def profile_system_name @profile_system_name end |
#version_a ⇒ Object
Returns the value of attribute version_a.
389 390 391 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 389 def version_a @version_a end |
#version_b ⇒ Object
Returns the value of attribute version_b.
390 391 392 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 390 def version_b @version_b 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
382 383 384 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 382 def x_path @x_path end |