Sha256: 1be42dd351983fc20d028787a3f09251a3c603ce8abaec578771e13834d99000
Contents?: true
Size: 291 Bytes
Versions: 53
Compression:
Stored size: 291 Bytes
Contents
module Fog module Support class StormOnDemand class Real def get_ticket_details(options={}) request( :path => '/Support/Ticket/details', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems