Class: Gotta::Run::Ruby::Runtime::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/gotta/run/ruby/runtime/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • the current value of body



19
20
21
# File 'lib/gotta/run/ruby/runtime/event.rb', line 19

def body
  @body
end

#contextObject

Returns the value of attribute context

Returns:

  • the current value of context



19
20
21
# File 'lib/gotta/run/ruby/runtime/event.rb', line 19

def context
  @context
end

#headersObject

Returns the value of attribute headers

Returns:

  • the current value of headers



19
20
21
# File 'lib/gotta/run/ruby/runtime/event.rb', line 19

def headers
  @headers
end

#query_paramsObject

Returns the value of attribute query_params

Returns:

  • the current value of query_params



19
20
21
# File 'lib/gotta/run/ruby/runtime/event.rb', line 19

def query_params
  @query_params
end

#secretsObject

Returns the value of attribute secrets

Returns:

  • the current value of secrets



19
20
21
# File 'lib/gotta/run/ruby/runtime/event.rb', line 19

def secrets
  @secrets
end