struct Athena::Routing::View(T)
- Athena::Routing::View(T)
- Struct
- Value
- Object
Overview
Currently just used as a container to hold a controller action's result.
See ART::Events::View
and ART::Listeners::View
.
Included Modules
Defined in:
view.crConstructors
Instance Method Summary
-
#data : T
The result of executing the associated controller action.