Class: AppQuery::Configuration
- Inherits:
-
Struct
- Object
- Struct
- AppQuery::Configuration
- Defined in:
- lib/app_query.rb
Overview
Configuration options for AppQuery.
Instance Attribute Summary collapse
-
#query_path ⇒ String
The directory path where query files are located (default: "app/queries").
Instance Attribute Details
#query_path ⇒ String
Returns the directory path where query files are located (default: "app/queries").
42 |
# File 'lib/app_query.rb', line 42 Configuration = Struct.new(:query_path) |