Class: KalturaApi::KalturaMetadataProfileField

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_plugins/kaltura_metadata_client_plugin.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#idObject

Returns the value of attribute id.



166
167
168
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 166

def id
  @id
end

#keyObject

Returns the value of attribute key.



168
169
170
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 168

def key
  @key
end

#labelObject

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_pathObject

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