class Bosh::Stemcell::OperatingSystem::Photonos
Public Class Methods
new(version)
click to toggle source
Calls superclass method
Bosh::Stemcell::OperatingSystem::Base::new
# File lib/bosh/stemcell/operating_system.rb, line 46 def initialize(version) super(name: 'photonos', version: version) end