struct Athena::Routing::View(T)

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : T) #

[View source]

Instance Method Detail

def data : T #

The result of executing the associated controller action.


[View source]