Class: KalturaApi::KalturaMetadataProfileField
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaMetadataProfileField
- Defined in:
- lib/kaltura_plugins/kaltura_metadata_client_plugin.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#x_path ⇒ Object
Returns the value of attribute x_path.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
166 167 168 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 166 def id @id end |
#key ⇒ Object
Returns the value of attribute key.
168 169 170 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 168 def key @key end |
#label ⇒ Object
Returns the value of attribute label.
169 170 171 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 169 def label @label end |
#x_path ⇒ Object
Returns the value of attribute x_path.
167 168 169 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 167 def x_path @x_path end |