Sha256: 390c99fa298e434f94973d4a0423fb0f9f6d6794a32d85a445a0b1ffce11a207
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 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 ParameterExpandListCampaigns CATEGORY = "category".freeze ACCESS_SETTINGS_ASSIGNMENTS = "access_settings_assignments".freeze def self.all_vars @all_vars ||= [CATEGORY, ACCESS_SETTINGS_ASSIGNMENTS].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 ParameterExpandListCampaigns.all_vars.include?(value) raise "Invalid ENUM value #{value} for class #ParameterExpandListCampaigns" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-8.0.2 | lib/VoucherifySdk/models/parameter_expand_list_campaigns.rb |