Class: Anian::Controller

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(env) ⇒ Controller

Returns a new instance of Controller.



21
22
23
# File 'lib/anian.rb', line 21

def initialize(env)
  @env = env
end

Instance Attribute Details

#envObject

Returns the value of attribute env.



19
20
21
# File 'lib/anian.rb', line 19

def env
  @env
end