Method: Elasticity::InstanceGroup#initialize
- Defined in:
- lib/elasticity/instance_group.rb
#initialize ⇒ InstanceGroup
Returns a new instance of InstanceGroup.
15 16 17 18 19 20 |
# File 'lib/elasticity/instance_group.rb', line 15 def initialize @count = 1 @type = 'm1.small' @market = 'ON_DEMAND' @role = 'CORE' end |