Sha256: 9712448d02a2d8b7a0bad9d97fe56ad6a219ba2a2d57c0166c38b839212f9d66

Contents?: true

Size: 233 Bytes

Versions: 6

Compression:

Stored size: 233 Bytes

Contents

require_relative 'payload/client'
module Alf
  module Rest
    class Payload

      def initialize(*args)
        raise "Payload has been removed from Alf::Rest"
      end

    end # class Payload
  end # module Rest
end # module Alf

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alf-rest-0.17.1 lib/alf/rest/payload.rb
alf-rest-0.16.3 lib/alf/rest/payload.rb
alf-rest-0.16.2 lib/alf/rest/payload.rb
alf-rest-0.16.1 lib/alf/rest/payload.rb
alf-rest-0.16.0 lib/alf/rest/payload.rb
alf-rest-0.14.0 lib/alf/rest/payload.rb