Class: Kaltura::KalturaUiConf
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaUiConf
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#conf_file ⇒ Object
Returns the value of attribute conf_file.
-
#conf_file_features ⇒ Object
Returns the value of attribute conf_file_features.
-
#conf_file_path ⇒ Object
Returns the value of attribute conf_file_path.
-
#conf_vars ⇒ Object
Returns the value of attribute conf_vars.
-
#config ⇒ Object
Returns the value of attribute config.
-
#created_at ⇒ Object
Entry creation date as Unix timestamp (In seconds).
-
#creation_mode ⇒ Object
Returns the value of attribute creation_mode.
-
#description ⇒ Object
Returns the value of attribute description.
-
#height ⇒ Object
Returns the value of attribute height.
-
#html5url ⇒ Object
Returns the value of attribute html5url.
-
#html_params ⇒ Object
Returns the value of attribute html_params.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Name of the uiConf, this is not a primary key.
-
#obj_type ⇒ Object
Returns the value of attribute obj_type.
-
#obj_type_as_string ⇒ Object
Returns the value of attribute obj_type_as_string.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#partner_tags ⇒ Object
Returns the value of attribute partner_tags.
-
#swf_url ⇒ Object
Returns the value of attribute swf_url.
-
#swf_url_version ⇒ Object
Returns the value of attribute swf_url_version.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#updated_at ⇒ Object
Entry creation date as Unix timestamp (In seconds).
-
#use_cdn ⇒ Object
Returns the value of attribute use_cdn.
-
#version ⇒ Object
UiConf version.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#conf_file ⇒ Object
Returns the value of attribute conf_file.
5799 5800 5801 |
# File 'lib/kaltura_client.rb', line 5799 def conf_file @conf_file end |
#conf_file_features ⇒ Object
Returns the value of attribute conf_file_features.
5800 5801 5802 |
# File 'lib/kaltura_client.rb', line 5800 def conf_file_features @conf_file_features end |
#conf_file_path ⇒ Object
Returns the value of attribute conf_file_path.
5798 5799 5800 |
# File 'lib/kaltura_client.rb', line 5798 def conf_file_path @conf_file_path end |
#conf_vars ⇒ Object
Returns the value of attribute conf_vars.
5802 5803 5804 |
# File 'lib/kaltura_client.rb', line 5802 def conf_vars @conf_vars end |
#config ⇒ Object
Returns the value of attribute config.
5801 5802 5803 |
# File 'lib/kaltura_client.rb', line 5801 def config @config end |
#created_at ⇒ Object
Entry creation date as Unix timestamp (In seconds)
5808 5809 5810 |
# File 'lib/kaltura_client.rb', line 5808 def created_at @created_at end |
#creation_mode ⇒ Object
Returns the value of attribute creation_mode.
5812 5813 5814 |
# File 'lib/kaltura_client.rb', line 5812 def creation_mode @creation_mode end |
#description ⇒ Object
Returns the value of attribute description.
5790 5791 5792 |
# File 'lib/kaltura_client.rb', line 5790 def description @description end |
#height ⇒ Object
Returns the value of attribute height.
5795 5796 5797 |
# File 'lib/kaltura_client.rb', line 5795 def height @height end |
#html5url ⇒ Object
Returns the value of attribute html5url.
5813 5814 5815 |
# File 'lib/kaltura_client.rb', line 5813 def html5url @html5url end |
#html_params ⇒ Object
Returns the value of attribute html_params.
5796 5797 5798 |
# File 'lib/kaltura_client.rb', line 5796 def html_params @html_params end |
#id ⇒ Object
Returns the value of attribute id.
5786 5787 5788 |
# File 'lib/kaltura_client.rb', line 5786 def id @id end |
#name ⇒ Object
Name of the uiConf, this is not a primary key
5789 5790 5791 |
# File 'lib/kaltura_client.rb', line 5789 def name @name end |
#obj_type ⇒ Object
Returns the value of attribute obj_type.
5792 5793 5794 |
# File 'lib/kaltura_client.rb', line 5792 def obj_type @obj_type end |
#obj_type_as_string ⇒ Object
Returns the value of attribute obj_type_as_string.
5793 5794 5795 |
# File 'lib/kaltura_client.rb', line 5793 def obj_type_as_string @obj_type_as_string end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
5791 5792 5793 |
# File 'lib/kaltura_client.rb', line 5791 def partner_id @partner_id end |
#partner_tags ⇒ Object
Returns the value of attribute partner_tags.
5817 5818 5819 |
# File 'lib/kaltura_client.rb', line 5817 def @partner_tags end |
#swf_url ⇒ Object
Returns the value of attribute swf_url.
5797 5798 5799 |
# File 'lib/kaltura_client.rb', line 5797 def swf_url @swf_url end |
#swf_url_version ⇒ Object
Returns the value of attribute swf_url_version.
5805 5806 5807 |
# File 'lib/kaltura_client.rb', line 5805 def swf_url_version @swf_url_version end |
#tags ⇒ Object
Returns the value of attribute tags.
5804 5805 5806 |
# File 'lib/kaltura_client.rb', line 5804 def @tags end |
#updated_at ⇒ Object
Entry creation date as Unix timestamp (In seconds)
5811 5812 5813 |
# File 'lib/kaltura_client.rb', line 5811 def updated_at @updated_at end |
#use_cdn ⇒ Object
Returns the value of attribute use_cdn.
5803 5804 5805 |
# File 'lib/kaltura_client.rb', line 5803 def use_cdn @use_cdn end |
#version ⇒ Object
UiConf version
5816 5817 5818 |
# File 'lib/kaltura_client.rb', line 5816 def version @version end |
#width ⇒ Object
Returns the value of attribute width.
5794 5795 5796 |
# File 'lib/kaltura_client.rb', line 5794 def width @width end |