Sha256: 78f73adae625048390886eeef217355b676f57a254e95e9025671cdea4223cba

Contents?: true

Size: 146 Bytes

Versions: 12

Compression:

Stored size: 146 Bytes

Contents

module VPNMaker
  class KeyConfig
    def initialize(path)
      @config = YAML.load_file(path)
    end

    def [](k); @config[k]; end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
vpnmaker-1.0.11 lib/vpnmaker/key_config.rb
vpnmaker-1.0.10 lib/vpnmaker/key_config.rb
vpnmaker-1.0.9 lib/vpnmaker/key_config.rb
vpnmaker-1.0.8 lib/vpnmaker/key_config.rb
vpnmaker-1.0.7 lib/vpnmaker/key_config.rb
vpnmaker-1.0.6 lib/vpnmaker/key_config.rb
vpnmaker-1.0.4 lib/vpnmaker/key_config.rb
vpnmaker-1.0.3 lib/vpnmaker/key_config.rb
vpnmaker-1.0.2 lib/vpnmaker/key_config.rb
vpnmaker-1.0.1 lib/vpnmaker/key_config.rb
vpnmaker-1.0.0 lib/vpnmaker/key_config.rb
vpnmaker-0.0.0 lib/vpnmaker/key_config.rb