Class: AppQuery::Configuration

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

Overview

Configuration options for AppQuery.

Instance Attribute Summary collapse

Instance Attribute Details

#query_pathString

Returns the directory path where query files are located (default: "app/queries").

Returns:

  • (String)

    the directory path where query files are located (default: "app/queries")



42
# File 'lib/app_query.rb', line 42

Configuration = Struct.new(:query_path)