Sha256: db554211f48764cc0ae86a52d1269a39424616d75a4ae293f522e98f2d7b6a76
Contents?: true
Size: 291 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-storm_on_demand-0.1.0 | lib/fog/support/storm_on_demand/requests/get_ticket_details.rb |
fog-storm_on_demand-0.0.1 | lib/fog/support/storm_on_demand/requests/get_ticket_details.rb |