Module: SQLRunner::Configuration
- Included in:
- SQLRunner
- Defined in:
- lib/sql_runner/configuration.rb
Instance Attribute Summary collapse
-
#pool ⇒ Object
Returns the value of attribute pool.
-
#root_dir ⇒ Object
Returns the value of attribute root_dir.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#pool ⇒ Object
Returns the value of attribute pool.
5 6 7 |
# File 'lib/sql_runner/configuration.rb', line 5 def pool @pool end |
#root_dir ⇒ Object
Returns the value of attribute root_dir.
5 6 7 |
# File 'lib/sql_runner/configuration.rb', line 5 def root_dir @root_dir end |
#timeout ⇒ Object
Returns the value of attribute timeout.
5 6 7 |
# File 'lib/sql_runner/configuration.rb', line 5 def timeout @timeout end |