Method: Ec2Starter::Instance#ip

Defined in:
lib/ec2-starter/starter.rb

#ip(ip_address) ⇒ Object



22
23
24
# File 'lib/ec2-starter/starter.rb', line 22

def ip(ip_address)
  @ips << ip_address
end