Class: Walle::Controller

Inherits:
Object
  • Object
show all
Defined in:
lib/walle/controller.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(env) ⇒ Controller



5
6
7
# File 'lib/walle/controller.rb', line 5

def initialize(env)
  @env = env
end

Instance Attribute Details

#envObject (readonly)

Returns the value of attribute env.



3
4
5
# File 'lib/walle/controller.rb', line 3

def env
  @env
end

Instance Method Details

#callObject



9
10
# File 'lib/walle/controller.rb', line 9

def call
end