Method: Jets::Cfn::TemplateSource#to_h

Defined in:
lib/jets/cfn/template_source.rb

#to_hObject



20
21
22
23
24
25
26
# File 'lib/jets/cfn/template_source.rb', line 20

def to_h
  if upload_to_s3?
    from_s3
  else
    from_path
  end
end