Class: Vli::Action::Environment
- Inherits:
-
Util::HashWithIndifferentAccess
- Object
- Hash
- Util::HashWithIndifferentAccess
- Vli::Action::Environment
- Defined in:
- lib/vli/action/environment.rb
Overview
Represents an action environment which is what is passed to the ‘call` method of each action. This environment contains some helper methods for accessing the environment as well as being a hash, to store any additional options.
Method Summary
Methods inherited from Util::HashWithIndifferentAccess
#[], #[]=, #delete, #initialize, #key?, #merge, #merge!, #values_at
Constructor Details
This class inherits a constructor from Vli::Util::HashWithIndifferentAccess