NetworkAclParser
# File lib/fog/aws/parsers/compute/create_network_acl.rb, line 13 def end_element(name) case name when 'requestId' @response[name] = value when 'networkAcl' @response['networkAcl'] = @network_acl reset_nacl else super end end
# File lib/fog/aws/parsers/compute/create_network_acl.rb, line 8 def reset super @response = { 'networkAcl' => {} } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.