Method: RightAws::Ec2::QEc2AllocateAddressParser#tagend
- Defined in:
- lib/ec2/right_ec2.rb
#tagend(name) ⇒ Object
:nodoc:
560 561 562 |
# File 'lib/ec2/right_ec2.rb', line 560 def tagend(name) @result = @text if name == 'publicIp' end |