Class: PKGWizard::BuildBotConfig

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/pkg-wizard/commands/build_bot.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBuildBotConfig

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_profileObject

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