Class: Bosh::Stemcell::OperatingSystem::Rhel

Inherits:
Base
  • Object
show all
Defined in:
lib/bosh/stemcell/operating_system.rb

Instance Attribute Summary

Attributes inherited from Base

#name, #version

Instance Method Summary collapse

Methods inherited from Base

#==

Constructor Details

#initialize(version) ⇒ Rhel

Returns a new instance of Rhel.



27
28
29
# File 'lib/bosh/stemcell/operating_system.rb', line 27

def initialize(version)
  super(name: 'rhel', version: version)
end