Class: PKGWizard::BuildBotConfig
- Inherits:
-
Object
- Object
- PKGWizard::BuildBotConfig
- Includes:
- Singleton
- Defined in:
- lib/pkg-wizard/commands/build_bot.rb
Instance Attribute Summary collapse
-
#mock_profile ⇒ Object
Returns the value of attribute mock_profile.
Instance Method Summary collapse
-
#initialize ⇒ BuildBotConfig
constructor
A new instance of BuildBotConfig.
Constructor Details
#initialize ⇒ BuildBotConfig
Returns a new instance of BuildBotConfig.
56 57 58 |
# File 'lib/pkg-wizard/commands/build_bot.rb', line 56 def initialize @mock_profile = "epel-5-x86_64" end |
Instance Attribute Details
#mock_profile ⇒ Object
Returns the value of attribute mock_profile.
54 55 56 |
# File 'lib/pkg-wizard/commands/build_bot.rb', line 54 def mock_profile @mock_profile end |