Sha256: 28e14c00d232dc298640ff47776aeebbe36950a27dd5525459e41a581917a8fb

Contents?: true

Size: 1.22 KB

Versions: 11

Compression:

Stored size: 1.22 KB

Contents

=begin
#MoneyKit API

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

The version of the OpenAPI document: 2023-02-18

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

=end

require 'date'
require 'time'

module MoneyKit
  class LinkError
    SYSTEM_ERROR = "system_error".freeze
    PROVIDER_ERROR = "provider_error".freeze
    INSTITUTION_ERROR = "institution_error".freeze
    USER_ERROR = "user_error".freeze
    AUTH_EXPIRED = "auth_expired".freeze
    INCOMPLETE = "incomplete".freeze

    def self.all_vars
      @all_vars ||= [SYSTEM_ERROR, PROVIDER_ERROR, INSTITUTION_ERROR, USER_ERROR, AUTH_EXPIRED, INCOMPLETE].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 LinkError.all_vars.include?(value)
      raise "Invalid ENUM value #{value} for class #LinkError"
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
moneykit-0.1.15 lib/moneykit/models/link_error.rb
moneykit-0.1.14 lib/moneykit/models/link_error.rb
moneykit-0.1.13 lib/moneykit/models/link_error.rb
moneykit-0.1.12 lib/moneykit/models/link_error.rb
moneykit-0.1.11 lib/moneykit/models/link_error.rb
moneykit-0.1.10 lib/moneykit/models/link_error.rb
moneykit-0.1.9 lib/moneykit/models/link_error.rb
moneykit-0.1.6 lib/moneykit/models/link_error.rb
moneykit-0.1.5 lib/moneykit/models/link_error.rb
moneykit-0.1.4 lib/moneykit/models/link_error.rb
moneykit-0.1.3 lib/moneykit/models/link_error.rb