Sha256: d7b6c2811edbfe87dc63e19b6b152cbc393559bfc7c951c7a047e45f91840e18
Contents?: true
Size: 282 Bytes
Versions: 2
Compression:
Stored size: 282 Bytes
Contents
module Fog module Support class StormOnDemand class Real def list_tickets(options = {}) request( :path => '/Support/Ticket/list', :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/list_tickets.rb |
fog-storm_on_demand-0.0.1 | lib/fog/support/storm_on_demand/requests/list_tickets.rb |