Sha256: 6dcc6f6ec578cc2a4f6d91da9b801ef67214f76da8d23a8d1d1b7a353688c0b1

Contents?: true

Size: 399 Bytes

Versions: 49

Compression:

Stored size: 399 Bytes

Contents

# bandwidth
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).

module Bandwidth
  # HTTP Methods Enumeration.
  class HttpMethodEnum
    HTTPMETHODENUM = [GET = 'GET'.freeze, POST = 'POST'.freeze,
                      PUT = 'PUT'.freeze, PATCH = 'PATCH'.freeze,
                      DELETE = 'DELETE'.freeze, HEAD = 'HEAD'.freeze].freeze
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
bandwidth-sdk-2.2.1 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-2.2.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-2.1.1 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-2.1.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-2.0.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-1.0.2 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-1.0.1 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-1.0.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-1.0.0.pre lib/bandwidth/http/http_method_enum.rb