Class: Bosh::Stemcell::OperatingSystem::Ubuntu

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

Returns a new instance of Ubuntu.



39
40
41
# File 'lib/bosh/stemcell/operating_system.rb', line 39

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