Method: Sfn::MonkeyPatch::Stack::Google::PretendStack#events

Defined in:
lib/sfn/monkey_patch/stack/google.rb

#eventsObject

Sub-stacks never provide events



36
37
38
39
40
# File 'lib/sfn/monkey_patch/stack/google.rb', line 36

def events
  collection = Miasma::Models::Orchestration::Stack::Events.new(self)
  collection.define_singleton_method(:perform_population) { [] }
  collection
end