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_table ⇒ Object

Returns the value of attribute buffer_table.



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

def buffer_table
  @buffer_table
end

#db ⇒ Object

Returns the value of attribute db.



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

def db
  @db
end

#event ⇒ Object

Returns the value of attribute event.



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

def event
  @event
end

#host ⇒ Object

Returns the value of attribute host.



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

def host
  @host
end

#list ⇒ Object

Returns the value of attribute list.



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

def list
  @list
end

#password ⇒ Object

Returns the value of attribute password.



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

def password
  @password
end

#port ⇒ Object

Returns the value of attribute port.



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

def port
  @port
end

#username ⇒ Object

Returns the value of attribute username.



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

def username
  @username
end