Sha256: ffada61d930151c8f8d9f0442c6a41ee8c19cdd6a215814ea0a47e7944aa4fa7
Contents?: true
Size: 1.21 KB
Versions: 5
Compression:
Stored size: 1.21 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 ParameterOrderVouchers CREATED_AT = "created_at".freeze CREATED_AT2 = "-created_at".freeze UPDATED_AT = "updated_at".freeze UPDATED_AT2 = "-updated_at".freeze CODE = "code".freeze CODE2 = "-code".freeze def self.all_vars @all_vars ||= [CREATED_AT, CREATED_AT2, UPDATED_AT, UPDATED_AT2, CODE, CODE2].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 ParameterOrderVouchers.all_vars.include?(value) raise "Invalid ENUM value #{value} for class #ParameterOrderVouchers" end end end
Version data entries
5 entries across 5 versions & 1 rubygems