Sha256: 9593728f846e573d0363bdea092d72f5b7f7b2f77ffc63057a4cf05cd6c7a71f

Contents?: true

Size: 828 Bytes

Versions: 113

Compression:

Stored size: 828 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module RDS

        require 'fog/aws/parsers/rds/db_parser'

        class RestoreDBInstanceFromDBSnapshot < Fog::Parsers::AWS::RDS::DbParser

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

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

          def end_element(name)
            case name
            when 'DBInstance'
              @response['RestoreDBInstanceFromDBSnapshot']['DBInstance'] = @db_instance
              @db_instance = fresh_instance
            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-maestrodev-1.18.0.20131209090811 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131206115947 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131205181604 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131127194823 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131126183714 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131126122111 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131125111730 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131125083406 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131123105121 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131122203507 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131121075022 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131118164830 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131115184302 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131114200144 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
gapinc-fog-1.12.1.2.1 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131112185232 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-maestrodev-1.18.0.20131111203459 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-1.18.0 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-1.17.0 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb
fog-1.16.0 lib/fog/aws/parsers/rds/restore_db_instance_from_db_snapshot.rb