Class: Kaltura::KalturaUiConf
- Inherits:
-
Object
- Object
- Kaltura::KalturaUiConf
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#confFile ⇒ Object
Returns the value of attribute confFile.
-
#confVars ⇒ Object
Returns the value of attribute confVars.
-
#height ⇒ Object
Returns the value of attribute height.
-
#htmlParams ⇒ Object
Returns the value of attribute htmlParams.
-
#name ⇒ Object
Returns the value of attribute name.
-
#objType ⇒ Object
Returns the value of attribute objType.
-
#swfUrl ⇒ Object
Returns the value of attribute swfUrl.
-
#swfUrlVersion ⇒ Object
Returns the value of attribute swfUrlVersion.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#useCdn ⇒ Object
Returns the value of attribute useCdn.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#confFile ⇒ Object
Returns the value of attribute confFile.
99 100 101 |
# File 'lib/kaltura_client.rb', line 99 def confFile @confFile end |
#confVars ⇒ Object
Returns the value of attribute confVars.
100 101 102 |
# File 'lib/kaltura_client.rb', line 100 def confVars @confVars end |
#height ⇒ Object
Returns the value of attribute height.
95 96 97 |
# File 'lib/kaltura_client.rb', line 95 def height @height end |
#htmlParams ⇒ Object
Returns the value of attribute htmlParams.
96 97 98 |
# File 'lib/kaltura_client.rb', line 96 def htmlParams @htmlParams end |
#name ⇒ Object
Returns the value of attribute name.
92 93 94 |
# File 'lib/kaltura_client.rb', line 92 def name @name end |
#objType ⇒ Object
Returns the value of attribute objType.
93 94 95 |
# File 'lib/kaltura_client.rb', line 93 def objType @objType end |
#swfUrl ⇒ Object
Returns the value of attribute swfUrl.
97 98 99 |
# File 'lib/kaltura_client.rb', line 97 def swfUrl @swfUrl end |
#swfUrlVersion ⇒ Object
Returns the value of attribute swfUrlVersion.
98 99 100 |
# File 'lib/kaltura_client.rb', line 98 def swfUrlVersion @swfUrlVersion end |
#tags ⇒ Object
Returns the value of attribute tags.
102 103 104 |
# File 'lib/kaltura_client.rb', line 102 def @tags end |
#useCdn ⇒ Object
Returns the value of attribute useCdn.
101 102 103 |
# File 'lib/kaltura_client.rb', line 101 def useCdn @useCdn end |
#width ⇒ Object
Returns the value of attribute width.
94 95 96 |
# File 'lib/kaltura_client.rb', line 94 def width @width end |