Sha256: 3f3dd2fd1ad4e131fe0a445927e5b15af5bba14d7761f9b38c5fda441ed8d3e4

Contents?: true

Size: 213 Bytes

Versions: 1

Compression:

Stored size: 213 Bytes

Contents

# coding: utf-8
module Lanmao
  module Http
    module ErrorCode

      def self.enterprise_add
        @_enterprise_add ||= %w[400 401 403 404 405 410 429 500 503]
      end

    end # module ErrorCode
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lanmao-0.1.0 lib/lanmao/http/error_code/enterprise.rb