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.
7 8 9 |
# File 'lib/sql_runner/configuration.rb', line 7 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.
6 7 8 |
# File 'lib/sql_runner/configuration.rb', line 6 def timeout @timeout end |