Class: SqlQuery::Config
- Inherits:
-
Object
- Object
- SqlQuery::Config
- Defined in:
- lib/sql_query.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
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
#path ⇒ Object
Returns the value of attribute path.
50 51 52 |
# File 'lib/sql_query.rb', line 50 def path @path end |