Class: Gridhook::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/gridhook/config.rb

Overview

This class handles storing Gridhooks configuration variables.

Instance Attribute Summary collapse

Instance Attribute Details

#event_processorObject

Returns the value of attribute event_processor

Returns:

  • (Object)

    the current value of event_processor



14
15
16
# File 'lib/gridhook/config.rb', line 14

def event_processor
  @event_processor
end

#event_receive_pathObject

Returns the value of attribute event_receive_path

Returns:

  • (Object)

    the current value of event_receive_path



14
15
16
# File 'lib/gridhook/config.rb', line 14

def event_receive_path
  @event_receive_path
end