Class: SqlQuery::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/sql_query.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



52
53
54
# File 'lib/sql_query.rb', line 52

def initialize
  @path = '/app/sql_queries'
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



50
51
52
# File 'lib/sql_query.rb', line 50

def path
  @path
end