Class: Gotta::Run::Ruby::Runtime::Event
- Inherits:
-
Struct
- Object
- Struct
- Gotta::Run::Ruby::Runtime::Event
- Defined in:
- lib/gotta/run/ruby/runtime/event.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#context ⇒ Object
Returns the value of attribute context.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#query_params ⇒ Object
Returns the value of attribute query_params.
-
#secrets ⇒ Object
Returns the value of attribute secrets.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
19 20 21 |
# File 'lib/gotta/run/ruby/runtime/event.rb', line 19 def body @body end |
#context ⇒ Object
Returns the value of attribute context
19 20 21 |
# File 'lib/gotta/run/ruby/runtime/event.rb', line 19 def context @context end |
#headers ⇒ Object
Returns the value of attribute headers
19 20 21 |
# File 'lib/gotta/run/ruby/runtime/event.rb', line 19 def headers @headers end |
#query_params ⇒ Object
Returns the value of attribute query_params
19 20 21 |
# File 'lib/gotta/run/ruby/runtime/event.rb', line 19 def query_params @query_params end |
#secrets ⇒ Object
Returns the value of attribute secrets
19 20 21 |
# File 'lib/gotta/run/ruby/runtime/event.rb', line 19 def secrets @secrets end |