Class: Bosh::Stemcell::OperatingSystem::Photonos

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

Returns a new instance of Photonos.



46
47
48
# File 'lib/bosh/stemcell/operating_system.rb', line 46

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