Sha256: 5dd658b770f2952762f4c50011db7abe2e6f770bbce096b2f098da1a3f4b9e6f

Contents?: true

Size: 206 Bytes

Versions: 48

Compression:

Stored size: 206 Bytes

Contents

class Lono::Template::Context
  module Helpers
    extend Memoist

    def ssm(name)
      ssm_fetcher.get(name)
    end

    def ssm_fetcher
      SsmFetcher.new
    end
    memoize :ssm_fetcher
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
lono-7.5.2 lib/lono/template/context/helpers.rb
lono-7.5.1 lib/lono/template/context/helpers.rb
lono-7.5.0 lib/lono/template/context/helpers.rb
lono-7.4.11 lib/lono/template/context/helpers.rb
lono-7.4.10 lib/lono/template/context/helpers.rb
lono-7.4.9 lib/lono/template/context/helpers.rb
lono-7.4.8 lib/lono/template/context/helpers.rb
lono-7.4.7 lib/lono/template/context/helpers.rb
lono-7.4.6 lib/lono/template/context/helpers.rb
lono-7.4.5 lib/lono/template/context/helpers.rb
lono-7.4.4 lib/lono/template/context/helpers.rb
lono-7.4.3 lib/lono/template/context/helpers.rb
lono-7.4.2 lib/lono/template/context/helpers.rb
lono-7.4.1 lib/lono/template/context/helpers.rb
lono-7.4.0 lib/lono/template/context/helpers.rb
lono-7.3.2 lib/lono/template/context/helpers.rb
lono-7.3.1 lib/lono/template/context/helpers.rb
lono-7.3.0 lib/lono/template/context/helpers.rb
lono-7.2.3 lib/lono/template/context/helpers.rb
lono-7.2.2 lib/lono/template/context/helpers.rb