class Fog::Parsers::AWS::Compute::PurchaseReservedInstancesOffering

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/compute/purchase_reserved_instances_offering.rb, line 10
def end_element(name)
  case name
  when 'reservedInstancesId', 'requestId'
    @response[name] = value
  end
end
reset() click to toggle source
# File lib/fog/aws/parsers/compute/purchase_reserved_instances_offering.rb, line 6
def reset
  @response = {}
end