Sha256: e8c37324cefa72d13a265c724a3ab1e073f72accbc3dfd8ca68f0b4a6c639924

Contents?: true

Size: 331 Bytes

Versions: 15

Compression:

Stored size: 331 Bytes

Contents

class AWS

  module Compute

    module Formats

      BASIC = {
        'requestId' => String,
        'return'    => ::Fog::Boolean
      }

    end

  end

  module IAM

    module Formats

      BASIC = {
        'RequestId' => String
      }

    end

  end

end

unless defined?(GENTOO_AMI)
  GENTOO_AMI = 'ami-5ee70037'
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
fog-0.3.34 tests/aws/helper.rb
fog-0.3.33 tests/aws/helper.rb
fog-0.3.32 tests/aws/helper.rb
fog-0.3.31 tests/aws/helper.rb
fog-0.3.30 tests/aws/helper.rb
fog-0.3.29 tests/aws/helper.rb
fog-0.3.28 tests/aws/helper.rb
fog-0.3.27 tests/aws/helper.rb
fog-0.3.26 tests/aws/helper.rb
fog-0.3.25 tests/aws/helper.rb
fog-0.3.24 tests/aws/helper.rb
fog-0.3.23 tests/aws/helper.rb
fog-0.3.22 tests/aws/helper.rb
fog-0.3.21 tests/aws/helper.rb
fog-0.3.20 tests/aws/helper.rb