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.



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

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