module Athena::Routing::RequestContextAwareInterface
Overview
Represents a type that has access to the current ART::RequestContext
.
Direct including types
Defined in:
request_context_aware_interface.crInstance Method Summary
-
#context : ART::RequestContext
Returns the request context.
-
#context=(context : ART::RequestContext)
Sets the request context.