class Bosh::Stemcell::OperatingSystem::Rhel
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 28 def initialize(version) super(name: 'rhel', version: version) end