Methods

Class/Module Index [+]

Quicksearch

Fog::Parsers::Compute::AWS::DeleteVpc

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/compute/delete_vpc.rb, line 8
def end_element(name)
  case name
  when 'requestId'
    @response[name] = value
  when 'return'
    if value == 'true'
      @response[name] = true
    else
      @response[name] = false
    end
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.