Sha256: 59da5d92b8148c66b6fd3a04e0a6f8a64ab24933e4e6ff6a0d299d10741a76eb

Contents?: true

Size: 290 Bytes

Versions: 2

Compression:

Stored size: 290 Bytes

Contents

module Fog
  module Support
    class StormOnDemand
      class Real
        def authenticate(options = {})
          request(
            :path => '/Support/Ticket/authenticate',
            :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/support/storm_on_demand/requests/authenticate.rb
fog-storm_on_demand-0.0.1 lib/fog/support/storm_on_demand/requests/authenticate.rb