Class: Kaltura::KalturaMetadataProfile
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaMetadataProfile
- Defined in:
- lib/kaltura_plugins/kaltura_metadata_client_plugin.rb
Instance Attribute Summary collapse
-
#create_mode ⇒ Object
Returns the value of attribute create_mode.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#metadata_object_type ⇒ Object
Returns the value of attribute metadata_object_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#system_name ⇒ Object
Returns the value of attribute system_name.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#version ⇒ Object
Returns the value of attribute version.
-
#views ⇒ Object
Returns the value of attribute views.
-
#xsd ⇒ Object
Returns the value of attribute xsd.
-
#xslt ⇒ Object
Returns the value of attribute xslt.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#create_mode ⇒ Object
Returns the value of attribute create_mode.
140 141 142 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 140 def create_mode @create_mode end |
#created_at ⇒ Object
Returns the value of attribute created_at.
134 135 136 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 134 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
133 134 135 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 133 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
127 128 129 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 127 def id @id end |
#metadata_object_type ⇒ Object
Returns the value of attribute metadata_object_type.
129 130 131 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 129 def @metadata_object_type end |
#name ⇒ Object
Returns the value of attribute name.
131 132 133 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 131 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
128 129 130 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 128 def partner_id @partner_id end |
#status ⇒ Object
Returns the value of attribute status.
136 137 138 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 136 def status @status end |
#system_name ⇒ Object
Returns the value of attribute system_name.
132 133 134 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 132 def system_name @system_name end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
135 136 137 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 135 def updated_at @updated_at end |
#version ⇒ Object
Returns the value of attribute version.
130 131 132 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 130 def version @version end |
#views ⇒ Object
Returns the value of attribute views.
138 139 140 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 138 def views @views end |
#xsd ⇒ Object
Returns the value of attribute xsd.
137 138 139 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 137 def xsd @xsd end |
#xslt ⇒ Object
Returns the value of attribute xslt.
139 140 141 |
# File 'lib/kaltura_plugins/kaltura_metadata_client_plugin.rb', line 139 def xslt @xslt end |