Class: Gridhook::Config
- Inherits:
-
Struct
- Object
- Struct
- Gridhook::Config
- Defined in:
- lib/gridhook/config.rb
Overview
This class handles storing Gridhooks configuration variables.
Instance Attribute Summary collapse
-
#event_processor ⇒ Object
Returns the value of attribute event_processor.
-
#event_receive_path ⇒ Object
Returns the value of attribute event_receive_path.
Instance Attribute Details
#event_processor ⇒ Object
Returns the value of attribute event_processor
14 15 16 |
# File 'lib/gridhook/config.rb', line 14 def event_processor @event_processor end |
#event_receive_path ⇒ Object
Returns the value of attribute event_receive_path
14 15 16 |
# File 'lib/gridhook/config.rb', line 14 def event_receive_path @event_receive_path end |