Class: OsSles11

Inherits:
Os
  • Object
show all
Defined in:
lib/os.rb

Instance Attribute Summary

Attributes inherited from Os

#can_build, #name

Instance Method Summary collapse

Methods inherited from Os

#can_build?, #can_run_machinery?, descendants, for, #module_required_by_package

Constructor Details

#initializeOsSles11

Returns a new instance of OsSles11.



55
56
57
58
# File 'lib/os.rb', line 55

def initialize
  @can_build = []
  @name = "SUSE Linux Enterprise Server 11"
end