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.
991 992 993 |
# File 'lib/kaltura/kaltura_client.rb', line 991 def conf_file @conf_file end |
#conf_file_features ⇒ Object
Returns the value of attribute conf_file_features.
992 993 994 |
# File 'lib/kaltura/kaltura_client.rb', line 992 def conf_file_features @conf_file_features end |
#conf_file_path ⇒ Object
Returns the value of attribute conf_file_path.
990 991 992 |
# File 'lib/kaltura/kaltura_client.rb', line 990 def conf_file_path @conf_file_path end |
#conf_vars ⇒ Object
Returns the value of attribute conf_vars.
993 994 995 |
# File 'lib/kaltura/kaltura_client.rb', line 993 def conf_vars @conf_vars end |
#created_at ⇒ Object
Returns the value of attribute created_at.
997 998 999 |
# File 'lib/kaltura/kaltura_client.rb', line 997 def created_at @created_at end |
#creation_mode ⇒ Object
Returns the value of attribute creation_mode.
999 1000 1001 |
# File 'lib/kaltura/kaltura_client.rb', line 999 def creation_mode @creation_mode end |
#description ⇒ Object
Returns the value of attribute description.
982 983 984 |
# File 'lib/kaltura/kaltura_client.rb', line 982 def description @description end |
#height ⇒ Object
Returns the value of attribute height.
987 988 989 |
# File 'lib/kaltura/kaltura_client.rb', line 987 def height @height end |
#html_params ⇒ Object
Returns the value of attribute html_params.
988 989 990 |
# File 'lib/kaltura/kaltura_client.rb', line 988 def html_params @html_params end |
#id ⇒ Object
Returns the value of attribute id.
980 981 982 |
# File 'lib/kaltura/kaltura_client.rb', line 980 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
981 982 983 |
# File 'lib/kaltura/kaltura_client.rb', line 981 def name @name end |
#obj_type ⇒ Object
Returns the value of attribute obj_type.
984 985 986 |
# File 'lib/kaltura/kaltura_client.rb', line 984 def obj_type @obj_type end |
#obj_type_as_string ⇒ Object
Returns the value of attribute obj_type_as_string.
985 986 987 |
# File 'lib/kaltura/kaltura_client.rb', line 985 def obj_type_as_string @obj_type_as_string end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
983 984 985 |
# File 'lib/kaltura/kaltura_client.rb', line 983 def partner_id @partner_id end |
#swf_url ⇒ Object
Returns the value of attribute swf_url.
989 990 991 |
# File 'lib/kaltura/kaltura_client.rb', line 989 def swf_url @swf_url end |
#swf_url_version ⇒ Object
Returns the value of attribute swf_url_version.
996 997 998 |
# File 'lib/kaltura/kaltura_client.rb', line 996 def swf_url_version @swf_url_version end |
#tags ⇒ Object
Returns the value of attribute tags.
995 996 997 |
# File 'lib/kaltura/kaltura_client.rb', line 995 def @tags end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
998 999 1000 |
# File 'lib/kaltura/kaltura_client.rb', line 998 def updated_at @updated_at end |
#use_cdn ⇒ Object
Returns the value of attribute use_cdn.
994 995 996 |
# File 'lib/kaltura/kaltura_client.rb', line 994 def use_cdn @use_cdn end |
#width ⇒ Object
Returns the value of attribute width.
986 987 988 |
# File 'lib/kaltura/kaltura_client.rb', line 986 def width @width end |