Class: Alterity::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Alterity::Configuration
- Defined in:
- lib/alterity/configuration.rb
Instance Attribute Summary collapse
-
#after_command ⇒ Object
Returns the value of attribute after_command.
-
#before_command ⇒ Object
Returns the value of attribute before_command.
-
#command ⇒ Object
Returns the value of attribute command.
-
#database ⇒ Object
Returns the value of attribute database.
-
#host ⇒ Object
Returns the value of attribute host.
-
#on_command_output ⇒ Object
Returns the value of attribute on_command_output.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#replicas_dsns ⇒ Object
Returns the value of attribute replicas_dsns.
-
#replicas_dsns_database ⇒ Object
Returns the value of attribute replicas_dsns_database.
-
#replicas_dsns_table ⇒ Object
Returns the value of attribute replicas_dsns_table.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#after_command ⇒ Object
Returns the value of attribute after_command
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def after_command @after_command end |
#before_command ⇒ Object
Returns the value of attribute before_command
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def before_command @before_command end |
#command ⇒ Object
Returns the value of attribute command
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def command @command end |
#database ⇒ Object
Returns the value of attribute database
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def database @database end |
#host ⇒ Object
Returns the value of attribute host
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def host @host end |
#on_command_output ⇒ Object
Returns the value of attribute on_command_output
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def on_command_output @on_command_output end |
#password ⇒ Object
Returns the value of attribute password
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def password @password end |
#port ⇒ Object
Returns the value of attribute port
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def port @port end |
#replicas_dsns ⇒ Object
Returns the value of attribute replicas_dsns
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def replicas_dsns @replicas_dsns end |
#replicas_dsns_database ⇒ Object
Returns the value of attribute replicas_dsns_database
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def replicas_dsns_database @replicas_dsns_database end |
#replicas_dsns_table ⇒ Object
Returns the value of attribute replicas_dsns_table
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def replicas_dsns_table @replicas_dsns_table end |
#username ⇒ Object
Returns the value of attribute username
4 5 6 |
# File 'lib/alterity/configuration.rb', line 4 def username @username end |