Class: Kaltura::UiConf
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::UiConf
- Defined in:
- lib/kaltura/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.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#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.
-
#html_params ⇒ Object
Returns the value of attribute html_params.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#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.
-
#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
Returns the value of attribute updated_at.
-
#use_cdn ⇒ Object
Returns the value of attribute use_cdn.
-
#width ⇒ Object
Returns the value of attribute width.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#conf_file ⇒ Object
Returns the value of attribute conf_file.
1034 1035 1036 |
# File 'lib/kaltura/kaltura_client.rb', line 1034 def conf_file @conf_file end |
#conf_file_features ⇒ Object
Returns the value of attribute conf_file_features.
1035 1036 1037 |
# File 'lib/kaltura/kaltura_client.rb', line 1035 def conf_file_features @conf_file_features end |
#conf_file_path ⇒ Object
Returns the value of attribute conf_file_path.
1033 1034 1035 |
# File 'lib/kaltura/kaltura_client.rb', line 1033 def conf_file_path @conf_file_path end |
#conf_vars ⇒ Object
Returns the value of attribute conf_vars.
1036 1037 1038 |
# File 'lib/kaltura/kaltura_client.rb', line 1036 def conf_vars @conf_vars end |
#created_at ⇒ Object
Returns the value of attribute created_at.
1040 1041 1042 |
# File 'lib/kaltura/kaltura_client.rb', line 1040 def created_at @created_at end |
#creation_mode ⇒ Object
Returns the value of attribute creation_mode.
1042 1043 1044 |
# File 'lib/kaltura/kaltura_client.rb', line 1042 def creation_mode @creation_mode end |
#description ⇒ Object
Returns the value of attribute description.
1025 1026 1027 |
# File 'lib/kaltura/kaltura_client.rb', line 1025 def description @description end |
#height ⇒ Object
Returns the value of attribute height.
1030 1031 1032 |
# File 'lib/kaltura/kaltura_client.rb', line 1030 def height @height end |
#html_params ⇒ Object
Returns the value of attribute html_params.
1031 1032 1033 |
# File 'lib/kaltura/kaltura_client.rb', line 1031 def html_params @html_params end |
#id ⇒ Object
Returns the value of attribute id.
1023 1024 1025 |
# File 'lib/kaltura/kaltura_client.rb', line 1023 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1024 1025 1026 |
# File 'lib/kaltura/kaltura_client.rb', line 1024 def name @name end |
#obj_type ⇒ Object
Returns the value of attribute obj_type.
1027 1028 1029 |
# File 'lib/kaltura/kaltura_client.rb', line 1027 def obj_type @obj_type end |
#obj_type_as_string ⇒ Object
Returns the value of attribute obj_type_as_string.
1028 1029 1030 |
# File 'lib/kaltura/kaltura_client.rb', line 1028 def obj_type_as_string @obj_type_as_string end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1026 1027 1028 |
# File 'lib/kaltura/kaltura_client.rb', line 1026 def partner_id @partner_id end |
#swf_url ⇒ Object
Returns the value of attribute swf_url.
1032 1033 1034 |
# File 'lib/kaltura/kaltura_client.rb', line 1032 def swf_url @swf_url end |
#swf_url_version ⇒ Object
Returns the value of attribute swf_url_version.
1039 1040 1041 |
# File 'lib/kaltura/kaltura_client.rb', line 1039 def swf_url_version @swf_url_version end |
#tags ⇒ Object
Returns the value of attribute tags.
1038 1039 1040 |
# File 'lib/kaltura/kaltura_client.rb', line 1038 def @tags end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
1041 1042 1043 |
# File 'lib/kaltura/kaltura_client.rb', line 1041 def updated_at @updated_at end |
#use_cdn ⇒ Object
Returns the value of attribute use_cdn.
1037 1038 1039 |
# File 'lib/kaltura/kaltura_client.rb', line 1037 def use_cdn @use_cdn end |
#width ⇒ Object
Returns the value of attribute width.
1029 1030 1031 |
# File 'lib/kaltura/kaltura_client.rb', line 1029 def width @width end |