Class: Bosh::Stemcell::OperatingSystem::Centos

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) ⇒ Centos

Returns a new instance of Centos.



34
35
36
# File 'lib/bosh/stemcell/operating_system.rb', line 34

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