Class: ForstokTrigger::Configuration
- Inherits:
-
Object
- Object
- ForstokTrigger::Configuration
- Defined in:
- lib/forstok_trigger/configuration.rb,
lib/forstok_trigger/configuration/qc_configuration.rb,
lib/forstok_trigger/configuration/valid_configuration.rb,
lib/forstok_trigger/configuration/export_configuration.rb,
lib/forstok_trigger/configuration/webhook_configuration.rb
Overview
This Configuration class is for initialize config to database
Direct Known Subclasses
ExportConfiguration, QcConfiguration, ValidConfiguration, WebhookConfiguration
Defined Under Namespace
Classes: ExportConfiguration, QcConfiguration, ValidConfiguration, WebhookConfiguration
Instance Attribute Summary collapse
-
#db ⇒ Object
Returns the value of attribute db.
-
#host ⇒ Object
Returns the value of attribute host.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#db ⇒ Object
Returns the value of attribute db.
6 7 8 |
# File 'lib/forstok_trigger/configuration.rb', line 6 def db @db end |
#host ⇒ Object
Returns the value of attribute host.
6 7 8 |
# File 'lib/forstok_trigger/configuration.rb', line 6 def host @host end |
#password ⇒ Object
Returns the value of attribute password.
6 7 8 |
# File 'lib/forstok_trigger/configuration.rb', line 6 def password @password end |
#port ⇒ Object
Returns the value of attribute port.
6 7 8 |
# File 'lib/forstok_trigger/configuration.rb', line 6 def port @port end |
#username ⇒ Object
Returns the value of attribute username.
6 7 8 |
# File 'lib/forstok_trigger/configuration.rb', line 6 def username @username end |