Sha256: ef7e99728e8b9edbbbb9a64a0c7fa25aced1dfc65d25c02e36985e98043ada89

Contents?: true

Size: 1.01 KB

Versions: 10

Compression:

Stored size: 1.01 KB

Contents

=begin
#Pulp 3 API

#Fetch, Upload, Organize, and Distribute Software Packages

The version of the OpenAPI document: v3
Contact: pulp-list@redhat.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.3.1

=end

require 'date'

module PulpMavenClient
  class PolicyEnum
    IMMEDIATE = "immediate".freeze
    WHEN_SYNCING_DOWNLOAD_ALL_METADATA_AND_CONTENT_NOW = "When syncing, download all metadata and content now.".freeze

    # 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)
      constantValues = PolicyEnum.constants.select { |c| PolicyEnum::const_get(c) == value }
      raise "Invalid ENUM value #{value} for class #PolicyEnum" if constantValues.empty?
      value
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pulp_maven_client-0.8.2 lib/pulp_maven_client/models/policy_enum.rb
pulp_maven_client-0.8.1 lib/pulp_maven_client/models/policy_enum.rb
pulp_maven_client-0.8.0 lib/pulp_maven_client/models/policy_enum.rb
pulp_maven_client-0.7.0 lib/pulp_maven_client/models/policy_enum.rb
pulp_maven_client-0.6.0 lib/pulp_maven_client/models/policy_enum.rb
pulp_maven_client-0.5.0 lib/pulp_maven_client/models/policy_enum.rb
pulp_maven_client-0.4.0 lib/pulp_maven_client/models/policy_enum.rb
pulp_maven_client-0.3.3 lib/pulp_maven_client/models/policy_enum.rb
pulp_maven_client-0.3.2 lib/pulp_maven_client/models/policy_enum.rb
pulp_maven_client-0.3.1 lib/pulp_maven_client/models/policy_enum.rb