Sha256: de65cb4e43b48d2888bcc8af61bb89b53dd4eb4adf16ccc9c4a3e1c95a22a9c7
Contents?: true
Size: 288 Bytes
Versions: 15
Compression:
Stored size: 288 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
15 entries across 15 versions & 4 rubygems