Sha256: d92e5166d10e2d61c42d040f588954d9ff73d9fef8eef01733f8568a444433b3

Contents?: true

Size: 1.06 KB

Versions: 6

Compression:

Stored size: 1.06 KB

Contents

=begin
#Voucherify API

#Voucherify promotion engine REST API. Please see https://docs.voucherify.io/docs for more details.

The version of the OpenAPI document: v2018-08-01
Contact: support@voucherify.io
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.0.1

=end

require 'date'
require 'time'

module VoucherifySdk
  class ParameterResultListPublications
    SUCCESS = "SUCCESS".freeze
    FAILURE = "FAILURE".freeze

    def self.all_vars
      @all_vars ||= [SUCCESS, FAILURE].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 ParameterResultListPublications.all_vars.include?(value)
      raise "Invalid ENUM value #{value} for class #ParameterResultListPublications"
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
voucherify-8.0.2 lib/VoucherifySdk/models/parameter_result_list_publications.rb
voucherify-8.0.1 lib/VoucherifySdk/models/parameter_result_list_publications.rb
voucherify-8.0.0 lib/VoucherifySdk/models/parameter_result_list_publications.rb
voucherify-7.0.0 lib/VoucherifySdk/models/parameter_result_list_publications.rb
voucherify-6.0.0 lib/VoucherifySdk/models/parameter_result_list_publications.rb
voucherify-5.0.0 lib/VoucherifySdk/models/parameter_result_list_publications.rb