Class: CfnResponse::Base
- Inherits:
-
Object
- Object
- CfnResponse::Base
- Defined in:
- lib/cfn_response/base.rb
Instance Method Summary collapse
-
#initialize(event, context) ⇒ Base
constructor
A new instance of Base.
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 |