Class: CfnResponse::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/cfn_response/base.rb

Direct Known Subclasses

Builder, Sender

Instance Method Summary collapse

Constructor Details

#initialize(event, context) ⇒ Base

Returns a new instance of Base.



3
4
5
# File 'lib/cfn_response/base.rb', line 3

def initialize(event, context)
  @event, @context = event, context
end