Class: Kaltura::KalturaMetadata

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

#created_atObject

Returns the value of attribute created_at.



86
87
88
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 86

def created_at
  @created_at
end

#idObject

Returns the value of attribute id.



79
80
81
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 79

def id
  @id
end

#metadata_object_typeObject

Returns the value of attribute metadata_object_type.



83
84
85
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 83

def 
  @metadata_object_type
end

#metadata_profile_idObject

Returns the value of attribute metadata_profile_id.



81
82
83
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 81

def 
  @metadata_profile_id
end

#metadata_profile_versionObject

Returns the value of attribute metadata_profile_version.



82
83
84
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 82

def 
  @metadata_profile_version
end

#object_idObject

Returns the value of attribute object_id.



84
85
86
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 84

def object_id
  @object_id
end

#partner_idObject

Returns the value of attribute partner_id.



80
81
82
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 80

def partner_id
  @partner_id
end

#statusObject

Returns the value of attribute status.



88
89
90
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 88

def status
  @status
end

#updated_atObject

Returns the value of attribute updated_at.



87
88
89
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 87

def updated_at
  @updated_at
end

#versionObject

Returns the value of attribute version.



85
86
87
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 85

def version
  @version
end

#xmlObject

Returns the value of attribute xml.



89
90
91
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 89

def xml
  @xml
end