Class: Walle::Controller
- Inherits:
-
Object
- Object
- Walle::Controller
- Defined in:
- lib/walle/controller.rb
Instance Attribute Summary collapse
-
#env ⇒ Object
readonly
Returns the value of attribute env.
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(env) ⇒ Controller
constructor
A new instance of Controller.
Constructor Details
#initialize(env) ⇒ Controller
5 6 7 |
# File 'lib/walle/controller.rb', line 5 def initialize(env) @env = env end |
Instance Attribute Details
#env ⇒ Object (readonly)
Returns the value of attribute env.
3 4 5 |
# File 'lib/walle/controller.rb', line 3 def env @env end |
Instance Method Details
#call ⇒ Object
9 10 |
# File 'lib/walle/controller.rb', line 9 def call end |