Class: Request
- Inherits:
-
Struct
- Object
- Struct
- Request
- Defined in:
- lib/armstrong/data_structures.rb
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env
3 4 5 |
# File 'lib/armstrong/data_structures.rb', line 3 def env @env end |