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.



56
57
58
# File 'lib/sql_query.rb', line 56

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

Instance Attribute Details

#pathObject

Returns the value of attribute path.



54
55
56
# File 'lib/sql_query.rb', line 54

def path
  @path
end