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-10.5.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-10.4.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-10.3.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-10.2.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-10.1.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-10.0.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-9.4.1 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-9.4.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-9.3.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-9.2.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-9.1.2 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-9.1.1 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-9.1.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-9.0.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-8.0.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-7.1.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-7.0.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-6.2.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-6.1.0 lib/bandwidth/http/http_method_enum.rb
bandwidth-sdk-6.0.0 lib/bandwidth/http/http_method_enum.rb