Module: Lono::Template::Context::Helpers

Extended by:
Memoist
Included in:
Registration::User, Lono::Template::Context
Defined in:
lib/lono/template/context/helpers.rb

Instance Method Summary collapse

Instance Method Details

#ssm(name) ⇒ Object



5
6
7
# File 'lib/lono/template/context/helpers.rb', line 5

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

#ssm_fetcherObject



9
10
11
# File 'lib/lono/template/context/helpers.rb', line 9

def ssm_fetcher
  SsmFetcher.new
end