Module: Qt::Commander::Creator
- Defined in:
- lib/qt/commander/creator.rb,
lib/qt/commander/creator/profile.rb,
lib/qt/commander/creator/version.rb,
lib/qt/commander/creator/toolchain.rb,
lib/qt/commander/creator/info_object.rb
Defined Under Namespace
Classes: InfoObject, Profile, Toolchain, Version
Class Attribute Summary collapse
-
.config_dir ⇒ Object
Returns the value of attribute config_dir.
-
.config_ini ⇒ Object
Returns the value of attribute config_ini.
-
.ini ⇒ Object
readonly
Returns the value of attribute ini.
-
.profiles ⇒ Object
readonly
Returns the value of attribute profiles.
-
.toolchains ⇒ Object
readonly
Returns the value of attribute toolchains.
-
.versions ⇒ Object
readonly
Returns the value of attribute versions.
Class Attribute Details
.config_dir ⇒ Object
Returns the value of attribute config_dir.
14 15 16 |
# File 'lib/qt/commander/creator.rb', line 14 def config_dir @config_dir end |
.config_ini ⇒ Object
Returns the value of attribute config_ini.
13 14 15 |
# File 'lib/qt/commander/creator.rb', line 13 def config_ini @config_ini end |
.ini ⇒ Object (readonly)
Returns the value of attribute ini.
30 31 32 |
# File 'lib/qt/commander/creator.rb', line 30 def ini @ini end |
.profiles ⇒ Object (readonly)
Returns the value of attribute profiles.
34 35 36 |
# File 'lib/qt/commander/creator.rb', line 34 def profiles @profiles end |
.toolchains ⇒ Object (readonly)
Returns the value of attribute toolchains.
32 33 34 |
# File 'lib/qt/commander/creator.rb', line 32 def toolchains @toolchains end |
.versions ⇒ Object (readonly)
Returns the value of attribute versions.
33 34 35 |
# File 'lib/qt/commander/creator.rb', line 33 def versions @versions end |