class Packer::Builder::Null

Public Class Methods

new() click to toggle source
Calls superclass method Packer::Builder::new
# File lib/packer/builders/null.rb, line 8
def initialize
  super
  self.data['type'] = NULL
  self.communicators = %w(none ssh winrm)
end