NAME
Kvasir::InputHandler - Handles input retrieval
INTERFACE
CLASS METHODS
- new ( INPUTS )
-
Creates a new input manager for the given INPUTS. INPUTS must be a list of key/value pairs.
INSTANCE METHODS
- get ( INPUT )
-
Retrieves the value from the input whose name is INPUT. If the input does not exist an exception is thrown.
None