Class: WebhookTrigger::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/webhook_trigger/configuration.rb

Overview

This Configuration class is for initialize config to database

Instance Attribute Summary collapse

Instance Attribute Details

#buffer_tableObject

Returns the value of attribute buffer_table.



6
7
8
# File 'lib/webhook_trigger/configuration.rb', line 6

def buffer_table
  @buffer_table
end

#dbObject

Returns the value of attribute db.



6
7
8
# File 'lib/webhook_trigger/configuration.rb', line 6

def db
  @db
end

#eventObject

Returns the value of attribute event.



6
7
8
# File 'lib/webhook_trigger/configuration.rb', line 6

def event
  @event
end

#hostObject

Returns the value of attribute host.



6
7
8
# File 'lib/webhook_trigger/configuration.rb', line 6

def host
  @host
end

#listObject

Returns the value of attribute list.



6
7
8
# File 'lib/webhook_trigger/configuration.rb', line 6

def list
  @list
end

#passwordObject

Returns the value of attribute password.



6
7
8
# File 'lib/webhook_trigger/configuration.rb', line 6

def password
  @password
end

#portObject

Returns the value of attribute port.



6
7
8
# File 'lib/webhook_trigger/configuration.rb', line 6

def port
  @port
end

#usernameObject

Returns the value of attribute username.



6
7
8
# File 'lib/webhook_trigger/configuration.rb', line 6

def username
  @username
end