Sha256: ae40abcd0840f6595054a6066b445f2786317c71fff5af46be201d0bd5ac2123

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

module Fog
  module Support
    class StormOnDemand
      class Real
        def reopen_ticket(options = {})
          request(
            :path => '/Support/Ticket/reopen',
            :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/reopen_ticket.rb
fog-storm_on_demand-0.0.1 lib/fog/support/storm_on_demand/requests/reopen_ticket.rb