class YeSQL::Config::Configuration
Constants
- DEFAULT_PATH
Attributes
connection[RW]
path[RW]
Public Class Methods
new()
click to toggle source
# File lib/yesql/config/configuration.rb, line 10 def initialize @connection = "" @path = DEFAULT_PATH end