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.
-
#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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#conf_file ⇒ Object
Returns the value of attribute conf_file.
2336 2337 2338 |
# File 'lib/kaltura_client.rb', line 2336 def conf_file @conf_file end |
#conf_file_features ⇒ Object
Returns the value of attribute conf_file_features.
2337 2338 2339 |
# File 'lib/kaltura_client.rb', line 2337 def conf_file_features @conf_file_features end |
#conf_file_path ⇒ Object
Returns the value of attribute conf_file_path.
2335 2336 2337 |
# File 'lib/kaltura_client.rb', line 2335 def conf_file_path @conf_file_path end |
#conf_vars ⇒ Object
Returns the value of attribute conf_vars.
2338 2339 2340 |
# File 'lib/kaltura_client.rb', line 2338 def conf_vars @conf_vars end |
#created_at ⇒ Object
Returns the value of attribute created_at.
2342 2343 2344 |
# File 'lib/kaltura_client.rb', line 2342 def created_at @created_at end |
#creation_mode ⇒ Object
Returns the value of attribute creation_mode.
2344 2345 2346 |
# File 'lib/kaltura_client.rb', line 2344 def creation_mode @creation_mode end |
#description ⇒ Object
Returns the value of attribute description.
2327 2328 2329 |
# File 'lib/kaltura_client.rb', line 2327 def description @description end |
#height ⇒ Object
Returns the value of attribute height.
2332 2333 2334 |
# File 'lib/kaltura_client.rb', line 2332 def height @height end |
#html_params ⇒ Object
Returns the value of attribute html_params.
2333 2334 2335 |
# File 'lib/kaltura_client.rb', line 2333 def html_params @html_params end |
#id ⇒ Object
Returns the value of attribute id.
2325 2326 2327 |
# File 'lib/kaltura_client.rb', line 2325 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
2326 2327 2328 |
# File 'lib/kaltura_client.rb', line 2326 def name @name end |
#obj_type ⇒ Object
Returns the value of attribute obj_type.
2329 2330 2331 |
# File 'lib/kaltura_client.rb', line 2329 def obj_type @obj_type end |
#obj_type_as_string ⇒ Object
Returns the value of attribute obj_type_as_string.
2330 2331 2332 |
# File 'lib/kaltura_client.rb', line 2330 def obj_type_as_string @obj_type_as_string end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2328 2329 2330 |
# File 'lib/kaltura_client.rb', line 2328 def partner_id @partner_id end |
#swf_url ⇒ Object
Returns the value of attribute swf_url.
2334 2335 2336 |
# File 'lib/kaltura_client.rb', line 2334 def swf_url @swf_url end |
#swf_url_version ⇒ Object
Returns the value of attribute swf_url_version.
2341 2342 2343 |
# File 'lib/kaltura_client.rb', line 2341 def swf_url_version @swf_url_version end |
#tags ⇒ Object
Returns the value of attribute tags.
2340 2341 2342 |
# File 'lib/kaltura_client.rb', line 2340 def @tags end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
2343 2344 2345 |
# File 'lib/kaltura_client.rb', line 2343 def updated_at @updated_at end |
#use_cdn ⇒ Object
Returns the value of attribute use_cdn.
2339 2340 2341 |
# File 'lib/kaltura_client.rb', line 2339 def use_cdn @use_cdn end |
#width ⇒ Object
Returns the value of attribute width.
2331 2332 2333 |
# File 'lib/kaltura_client.rb', line 2331 def width @width end |