Sha256: 4cc8d770ce643a518fba6314adb2d0a625da51c46a0a1bdcdc276a6223751c57

Contents?: true

Size: 463 Bytes

Versions: 108

Compression:

Stored size: 463 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/console/configs'

module Avm
  class << self
    attr_reader :configs_storage_path

    def configs
      @configs ||= ::EacRubyUtils::Console::Configs.new('avm-tools', configs_options)
    end

    def configs_options
      configs_storage_path.if_present({}) { |v| { storage_path: v } }
    end

    def configs_storage_path=(path)
      @configs_storage_path = path
      @configs = nil
    end
  end
end

Version data entries

108 entries across 108 versions & 1 rubygems

Version Path
avm-tools-0.98.0 lib/avm/configs.rb
avm-tools-0.97.0 lib/avm/configs.rb
avm-tools-0.96.0 lib/avm/configs.rb
avm-tools-0.95.0 lib/avm/configs.rb
avm-tools-0.94.3 lib/avm/configs.rb
avm-tools-0.94.2 lib/avm/configs.rb
avm-tools-0.94.1 lib/avm/configs.rb
avm-tools-0.94.0 lib/avm/configs.rb
avm-tools-0.93.0 lib/avm/configs.rb
avm-tools-0.92.0 lib/avm/configs.rb
avm-tools-0.91.0 lib/avm/configs.rb
avm-tools-0.90.0 lib/avm/configs.rb
avm-tools-0.89.0 lib/avm/configs.rb
avm-tools-0.88.0 lib/avm/configs.rb
avm-tools-0.87.1 lib/avm/configs.rb
avm-tools-0.87.0 lib/avm/configs.rb
avm-tools-0.86.0 lib/avm/configs.rb
avm-tools-0.85.1 lib/avm/configs.rb
avm-tools-0.85.0 lib/avm/configs.rb
avm-tools-0.84.0 lib/avm/configs.rb