Sha256: b6407a4975c0f51048fc0a709670d58bccf1b36073fd9d66ffa2a2d0973ff583

Contents?: true

Size: 636 Bytes

Versions: 83

Compression:

Stored size: 636 Bytes

Contents

module Fog
  module Parsers
    module AWS
      module ElasticBeanstalk

        require 'fog/aws/parsers/beanstalk/parser'
        class UpdateApplication < Fog::Parsers::AWS::ElasticBeanstalk::BaseParser

          def initialize
            super("UpdateApplicationResult")
            tag 'Application', :object
            tag 'Versions', :string, :list
            tag 'ConfigurationTemplates', :string, :list
            tag 'ApplicationName', :string
            tag 'Description', :string
            tag 'DateCreated', :datetime
            tag 'DateUpdated', :datetime
          end

        end
      end
    end
  end
end

Version data entries

83 entries across 83 versions & 13 rubygems

Version Path
fog-1.10.1 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-parser-fix-1.6.1 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-test-again-1.6.0 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-test-me-1.10.0 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-parser-fix-1.6.0 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-1.10.0 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-1.9.0 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-maestrodev-1.8.0.20130114204828 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-maestrodev-1.8.0.20130111070250 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-maestrodev-1.8.0.20130109172219 lib/fog/aws/parsers/beanstalk/update_application.rb
ey-vendored-backup-3.0.27 vendor/gems/fog/lib/fog/aws/parsers/beanstalk/update_application.rb
fog-sgonyea-1.8.1 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-1.8.0 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-maestrodev-1.7.0.20121114190951 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-1.7.0 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-1.6.0 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-1.5.0 lib/fog/aws/parsers/beanstalk/update_application.rb
fog-1.4.0 lib/fog/aws/parsers/beanstalk/update_application.rb
michiels-fog-1.3.1 lib/fog/aws/parsers/beanstalk/update_application.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/aws/parsers/beanstalk/update_application.rb