Class: Kaltura::KalturaMetadata
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaMetadata
- Defined in:
- lib/kaltura_plugins/kaltura_metadata_client_plugin.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#metadata_object_type ⇒ Object
Returns the value of attribute metadata_object_type.
-
#metadata_profile_id ⇒ Object
Returns the value of attribute metadata_profile_id.
-
#metadata_profile_version ⇒ Object
Returns the value of attribute metadata_profile_version.
-
#object_id ⇒ Object
Returns the value of attribute object_id.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#version ⇒ Object
Returns the value of attribute version.
-
#xml ⇒ Object
Returns the value of attribute xml.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
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 |
#id ⇒ Object
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_type ⇒ Object
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_id ⇒ Object
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_version ⇒ Object
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_id ⇒ Object
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_id ⇒ Object
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 |
#status ⇒ Object
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_at ⇒ Object
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 |
#version ⇒ Object
Returns the value of attribute version.
85 86 87 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 85 def version @version end |
#xml ⇒ Object
Returns the value of attribute xml.
89 90 91 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 89 def xml @xml end |