Sha256: 5a4cbdb809f009e258576ac22995351a06058b7feffef794346df608608f85f2
Contents?: true
Size: 976 Bytes
Versions: 2
Compression:
Stored size: 976 Bytes
Contents
# #MoneyKit API # # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # # The version of the OpenAPI document: 0.1.0 # # Generated by: https://openapi-generator.tech # OpenAPI Generator version: 6.5.0 # require 'date' require 'time' module MoneyKit class SupportedVersion N2023_02_18 = '2023-02-18'.freeze def self.all_vars @all_vars ||= [N2023_02_18].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 SupportedVersion.all_vars.include?(value) raise "Invalid ENUM value #{value} for class #SupportedVersion" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moneykit-0.0.5 | lib/moneykit/models/supported_version.rb |
moneykit-0.0.3 | lib/moneykit/models/supported_version.rb |