Method: Ubuntu::Ami#initialize
- Defined in:
- lib/ubuntu_ami.rb
#initialize(name, root_store, arch, region, virtualization_type) ⇒ Ami
Returns a new instance of Ami.
80 81 82 83 84 85 86 |
# File 'lib/ubuntu_ami.rb', line 80 def initialize(name, root_store, arch, region, virtualization_type) @name = name @root_store = root_store @arch = arch @region = region @virtualization_type = virtualization_type end |