Methods

Class/Module Index [+]

Quicksearch

Fog::Parsers::Compute::AWS::AllocateAddress

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/compute/allocate_address.rb, line 8
def end_element(name)
  case name
  when 'publicIp', 'requestId', 'domain', 'allocationId'
    @response[name] = value
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.