class Fog::Parsers::AWS::Compute::AttachNetworkInterface
Public Instance Methods
end_element(name)
click to toggle source
# File lib/fog/aws/parsers/compute/attach_network_interface.rb, line 6 def end_element(name) case name when 'requestId', 'attachmentId' @response[name] = value end end