Sha256: 7ae9ea5fa46c2f12f6440b5d9abfed096734a45da8e55cc032485c386f3d345c

Contents?: true

Size: 354 Bytes

Versions: 85

Compression:

Stored size: 354 Bytes

Contents

module Fog
  module Identity
    class OpenStack
      class Real

        def check_token(token_id, tenant_id)
          request(
            :expects  => [200, 203],
            :method   => 'HEAD',
            :path     => "tokens/#{token_id}?belongsTo=#{tenant_id}"
          )
        end

      end

      class Mock



      end
    end
  end
end

Version data entries

85 entries across 85 versions & 13 rubygems

Version Path
fog-1.22.0 lib/fog/openstack/requests/identity/check_token.rb
fog-1.21.0 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.20.0.20140305101839 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.20.0.20140305101305 lib/fog/openstack/requests/identity/check_token.rb
cifrado-0.2.1 vendor/fog/lib/fog/openstack/requests/identity/check_token.rb
cifrado-0.2.0 vendor/fog/lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.19.0.20140212012611 lib/fog/openstack/requests/identity/check_token.rb
fog-1.20.0 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.19.0.20140110004459 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.19.0.20140110003812 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.19.0.20140109202555 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.19.0.20140107192102 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.19.0.20140107142106 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.19.0.20131219203941 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.18.0.20131219193542 lib/fog/openstack/requests/identity/check_token.rb
fog-1.19.0 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.18.0.20131219033443 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.18.0.20131219032002 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.18.0.20131219030716 lib/fog/openstack/requests/identity/check_token.rb
fog-maestrodev-1.18.0.20131219022322 lib/fog/openstack/requests/identity/check_token.rb