Class: ForstokTrigger::Configuration::WebhookConfiguration

Inherits:
ForstokTrigger::Configuration show all
Defined in:
lib/forstok_trigger/configuration/webhook_configuration.rb

Overview

This Configuration class is for initialize config to database

Instance Attribute Summary collapse

Attributes inherited from ForstokTrigger::Configuration

#db, #host, #password, #port, #username

Instance Attribute Details

#buffer_tableObject

Returns the value of attribute buffer_table.



7
8
9
# File 'lib/forstok_trigger/configuration/webhook_configuration.rb', line 7

def buffer_table
  @buffer_table
end

#eventObject

Returns the value of attribute event.



7
8
9
# File 'lib/forstok_trigger/configuration/webhook_configuration.rb', line 7

def event
  @event
end

#listObject

Returns the value of attribute list.



7
8
9
# File 'lib/forstok_trigger/configuration/webhook_configuration.rb', line 7

def list
  @list
end