Sha256: 03fb3c2e00530f8ee2b1d629c40a1fdc93ebeb62e77814dc84b7326faf2b3c89
Contents?: true
Size: 404 Bytes
Versions: 6
Compression:
Stored size: 404 Bytes
Contents
class Lono::Cfn::Plan::Changeset class Base extend Memoist include Lono::AwsServices include Lono::Utils::Logging include Lono::Cfn::Concerns::TemplateOutput def initialize(options={}) @blueprint = options[:blueprint] @change_set = options[:change_set] @stack = options[:stack] end def stack find_stack(@stack) end memoize :stack end end
Version data entries
6 entries across 6 versions & 1 rubygems