Sha256: f7ec8b50df57e93e7e3a279f935bf4747648857f2b7c8717b4cc62225855164a

Contents?: true

Size: 546 Bytes

Versions: 101

Compression:

Stored size: 546 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module ELB

        class CreateLoadBalancer < Fog::Parsers::Base

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

          def end_element(name)
            case name
            when 'DNSName'
              @response['CreateLoadBalancerResult'][name] = @value
            when 'RequestId'
              @response['ResponseMetadata'][name] = @value
            end
          end

        end

      end
    end
  end
end

Version data entries

101 entries across 101 versions & 4 rubygems

Version Path
fog-0.7.2 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.7.1 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.7.0 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.6.0 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.5.3 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.5.2 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.5.1 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.5.0 lib/fog/aws/parsers/elb/create_load_balancer.rb
phpfog-fog-0.4.1.3 lib/fog/aws/parsers/elb/create_load_balancer.rb
phpfog-fog-0.4.1.2 lib/fog/aws/parsers/elb/create_load_balancer.rb
phpfog-fog-0.4.1.1 lib/fog/aws/parsers/elb/create_load_balancer.rb
phpfog-fog-0.4.1 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.4.1 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.4.0 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.3.34 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.3.33 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.3.32 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.3.31 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.3.30 lib/fog/aws/parsers/elb/create_load_balancer.rb
fog-0.3.29 lib/fog/aws/parsers/elb/create_load_balancer.rb