class OpenapiFirst::Inbox
An instance of this gets passed to handler functions as first argument.
Attributes
env[R]
Public Class Methods
new(env)
click to toggle source
Calls superclass method
# File lib/openapi_first/inbox.rb, line 8 def initialize(env) @env = env super() end