Sha256: fcbdab8efb7ec073433fdc7b8cd210ce391b633fd1da8a3b993b460b2149d3bf

Contents?: true

Size: 941 Bytes

Versions: 9

Compression:

Stored size: 941 Bytes

Contents

=begin
#Svix API

#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 1.1.1

Generated by: https://openapi-generator.tech
Generator version: 7.9.0

=end

require 'date'
require 'time'

module Svix
  class SinkPayloadFormat
    JSON = "json".freeze

    def self.all_vars
      @all_vars ||= [JSON].freeze
    end

    # Builds the enum from string
    # @param [String] The enum value in the form of the string
    # @return [String] The enum value
    def self.build_from_hash(value)
      new.build_from_hash(value)
    end

    # Builds the enum from string
    # @param [String] The enum value in the form of the string
    # @return [String] The enum value
    def build_from_hash(value)
      return value if SinkPayloadFormat.all_vars.include?(value)
      raise "Invalid ENUM value #{value} for class #SinkPayloadFormat"
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
svix-1.56.0 lib/svix/models/sink_payload_format.rb
svix-1.45.1 lib/svix/models/sink_payload_format.rb
svix-1.45.0 lib/svix/models/sink_payload_format.rb
svix-1.44.0 lib/svix/models/sink_payload_format.rb
svix-1.43.0 lib/svix/models/sink_payload_format.rb
svix-1.42.0 lib/svix/models/sink_payload_format.rb
svix-1.41.0 lib/svix/models/sink_payload_format.rb
svix-1.40.0 lib/svix/models/sink_payload_format.rb
svix-1.39.0 lib/svix/models/sink_payload_format.rb