Sha256: 5cb5c827b2eaf691bba08013a54c8f9b07a73b542883f6ed8221f8d2617cf518

Contents?: true

Size: 864 Bytes

Versions: 113

Compression:

Stored size: 864 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module RDS

        require 'fog/aws/parsers/rds/security_group_parser'

        class CreateDBSecurityGroup < Fog::Parsers::AWS::RDS::SecurityGroupParser

          def reset
            @response = { 'CreateDBSecurityGroupResult' => {}, 'ResponseMetadata' => {} }
            super
          end

          def start_element(name, attrs = [])
            super
          end

          def end_element(name)
            case name
            when 'DBSecurityGroup' then
              @response['CreateDBSecurityGroupResult']['DBSecurityGroup'] = @security_group
              @security_group = fresh_security_group
            when 'RequestId'
              @response['ResponseMetadata'][name] = value
            else
              super
            end

          end

        end

      end
    end
  end
end

Version data entries

113 entries across 113 versions & 18 rubygems

Version Path
fog-1.10.1 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-parser-fix-1.6.1 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-test-again-1.6.0 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-test-me-1.10.0 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-parser-fix-1.6.0 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-1.10.0 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-1.9.0 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-maestrodev-1.8.0.20130114204828 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-maestrodev-1.8.0.20130111070250 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-maestrodev-1.8.0.20130109172219 lib/fog/aws/parsers/rds/create_db_security_group.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-sgonyea-1.8.1 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-1.8.0 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-1.7.0 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-1.6.0 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-1.5.0 lib/fog/aws/parsers/rds/create_db_security_group.rb
fog-1.4.0 lib/fog/aws/parsers/rds/create_db_security_group.rb
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/lib/fog/aws/parsers/rds/create_db_security_group.rb
michiels-fog-1.3.1 lib/fog/aws/parsers/rds/create_db_security_group.rb