Sha256: c8a75b277181ec0956926614ba5ec23d3a6ce3fde945117df28c4880aff158a3

Contents?: true

Size: 283 Bytes

Versions: 2

Compression:

Stored size: 283 Bytes

Contents

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