Sha256: 90ce41b16e80df923661752d059943591a1f7e43d7a8ef54b0c4cf5dda5b46bb

Contents?: true

Size: 218 Bytes

Versions: 1

Compression:

Stored size: 218 Bytes

Contents

module MWS
  module API

    class BinaryParser < HTTParty::Parser
      SupportedFormats.merge!({ "application/octet-stream" => :binary })

      protected

      def binary
        body
      end

    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-mws-0.1 lib/ruby-mws/api/binary_parser.rb