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

Class Attribute Details

.config_dirObject

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_iniObject

Returns the value of attribute config_ini.



13
14
15
# File 'lib/qt/commander/creator.rb', line 13

def config_ini
  @config_ini
end

.iniObject (readonly)

Returns the value of attribute ini.



30
31
32
# File 'lib/qt/commander/creator.rb', line 30

def ini
  @ini
end

.profilesObject (readonly)

Returns the value of attribute profiles.



34
35
36
# File 'lib/qt/commander/creator.rb', line 34

def profiles
  @profiles
end

.toolchainsObject (readonly)

Returns the value of attribute toolchains.



32
33
34
# File 'lib/qt/commander/creator.rb', line 32

def toolchains
  @toolchains
end

.versionsObject (readonly)

Returns the value of attribute versions.



33
34
35
# File 'lib/qt/commander/creator.rb', line 33

def versions
  @versions
end