Sha256: b04e460a194df7ff6cf0774b06a40557584a40d8e9954c3333d4a75a78454fe1

Contents?: true

Size: 573 Bytes

Versions: 24

Compression:

Stored size: 573 Bytes

Contents

module Fog
  module Rackspace
    class Orchestration
      class Real
        def show_resource_data(stack_name, stack_id, resource_name)
          request(
            :method  => 'GET',
            :path    => "stacks/#{stack_name}/#{stack_id}/resources/#{resource_name}",
            :expects => 200
          )
        end
      end

      class Mock
        def show_resource_data(stack_name, stack_id, resource_name)
          resources = self.data[:resources].values
          response(:body => { 'resources' => 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/show_resource_data.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-rackspace-0.1.5/lib/fog/rackspace/requests/orchestration/show_resource_data.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-rackspace-0.1.5/lib/fog/rackspace/requests/orchestration/show_resource_data.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-rackspace-0.1.5/lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-rackspace-0.1.5 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-rackspace-0.1.4 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-rackspace-0.1.3 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-rackspace-0.1.2 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-rackspace-0.1.1 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-rackspace-0.1.0 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-1.37.0 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-1.36.0 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-1.35.0 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-2.0.0.pre.0 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-1.34.0 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-1.33.0 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-1.32.0 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-1.31.0 lib/fog/rackspace/requests/orchestration/show_resource_data.rb
fog-1.30.0 lib/fog/rackspace/requests/orchestration/show_resource_data.rb