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