Class: Kaltura::KalturaUiConfTypeInfo
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaUiConfTypeInfo
- Defined in:
- lib/kaltura_client.rb
Overview
Info about uiconf type
Instance Attribute Summary collapse
-
#directory ⇒ Object
The direcotry this type is saved at.
-
#filename ⇒ Object
Filename for this UiConf type.
-
#type ⇒ Object
UiConf Type.
-
#versions ⇒ Object
Available versions.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#directory ⇒ Object
The direcotry this type is saved at
5868 5869 5870 |
# File 'lib/kaltura_client.rb', line 5868 def directory @directory end |
#filename ⇒ Object
Filename for this UiConf type
5871 5872 5873 |
# File 'lib/kaltura_client.rb', line 5871 def filename @filename end |
#type ⇒ Object
UiConf Type
5862 5863 5864 |
# File 'lib/kaltura_client.rb', line 5862 def type @type end |
#versions ⇒ Object
Available versions
5865 5866 5867 |
# File 'lib/kaltura_client.rb', line 5865 def versions @versions end |