Method: RightAws::Ec2::QEc2PurchaseReservedInstancesOfferingParser#tagend

Defined in:
lib/ec2/right_ec2_reserved_instances.rb

#tagend(name) ⇒ Object



158
159
160
161
162
# File 'lib/ec2/right_ec2_reserved_instances.rb', line 158

def tagend(name)
  if name == 'reservedInstancesId'
    @result = @text
  end
end