Class: OsSles12
Instance Attribute Summary
Attributes inherited from Os
Instance Method Summary collapse
-
#initialize ⇒ OsSles12
constructor
A new instance of OsSles12.
Methods inherited from Os
#can_build?, #can_run_machinery?, descendants, for, #module_required_by_package
Constructor Details
#initialize ⇒ OsSles12
Returns a new instance of OsSles12.
62 63 64 65 66 67 68 69 |
# File 'lib/os.rb', line 62 def initialize @can_build = [OsSles12] @name = "SUSE Linux Enterprise Server 12" @module_required_by_package = { "python-glanceclient" => "Public Cloud Module" } @can_run_machinery = true end |