class Packer::Builder::Amazon::EBS

Public Class Methods

new() click to toggle source
Calls superclass method Packer::Builder::Amazon::new
# File lib/packer/builders/amazon.rb, line 129
def initialize
  super
  self.data['type'] = AMAZON_EBS
end