Sha256: 71f6c3c3357586e433f6bf55cca0551c1ea2ddf5a682cdd6ae382d9012afd278

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

module Fog
  module Account
    class StormOnDemand
      class Real
        def create_token(options = {})
          request(
            :path => '/Account/Auth/token',
            :body => Fog::JSON.encode(:params => options)
          )
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fog-storm_on_demand-0.1.0 lib/fog/account/storm_on_demand/requests/create_token.rb
fog-storm_on_demand-0.0.1 lib/fog/account/storm_on_demand/requests/create_token.rb