Class: BigBang::DSL::Instance

Inherits:
Object
  • Object
show all
Defined in:
lib/bigbang/dsl/instance.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ Instance

Returns a new instance of Instance.



4
5
6
# File 'lib/bigbang/dsl/instance.rb', line 4

def initialize(name)
	@name = name
end

Instance Attribute Details

#amiObject

Returns the value of attribute ami.



8
9
10
# File 'lib/bigbang/dsl/instance.rb', line 8

def ami
  @ami
end

#bootstrap_paramsObject

Returns the value of attribute bootstrap_params.



8
9
10
# File 'lib/bigbang/dsl/instance.rb', line 8

def bootstrap_params
  @bootstrap_params
end

#bootstrap_repoObject

Returns the value of attribute bootstrap_repo.



8
9
10
# File 'lib/bigbang/dsl/instance.rb', line 8

def bootstrap_repo
  @bootstrap_repo
end

#key_nameObject

Returns the value of attribute key_name.



8
9
10
# File 'lib/bigbang/dsl/instance.rb', line 8

def key_name
  @key_name
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/bigbang/dsl/instance.rb', line 8

def name
  @name
end

#typeObject

Returns the value of attribute type.



8
9
10
# File 'lib/bigbang/dsl/instance.rb', line 8

def type
  @type
end