Sha256: aa425d18c6549290fa8e037d0d948d2ed3e770f2adbbc2abfcdcd0d4f5adcb5d

Contents?: true

Size: 466 Bytes

Versions: 24

Compression:

Stored size: 466 Bytes

Contents

module Fog
  module Rackspace
    class Orchestration
      class Real
        def list_resource_types
          request(
            :method  => 'GET',
            :path    => "resource_types",
            :expects => 200
          )
        end
      end

      class Mock
        def list_resource_types
          resources = self.data[:resource_types].values
          response(:body => { 'resource_types' => resources })
        end
      end
    end
  end
end

Version data entries

24 entries across 22 versions & 4 rubygems

Version Path
fog-rackspace-0.1.6 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-rackspace-0.1.5/lib/fog/rackspace/requests/orchestration/list_resource_types.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-rackspace-0.1.5/lib/fog/rackspace/requests/orchestration/list_resource_types.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-rackspace-0.1.5/lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-rackspace-0.1.5 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-rackspace-0.1.4 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-rackspace-0.1.3 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-rackspace-0.1.2 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-rackspace-0.1.1 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-rackspace-0.1.0 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-1.37.0 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-1.36.0 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-1.35.0 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-2.0.0.pre.0 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-1.34.0 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-1.33.0 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-1.32.0 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-1.31.0 lib/fog/rackspace/requests/orchestration/list_resource_types.rb
fog-1.30.0 lib/fog/rackspace/requests/orchestration/list_resource_types.rb