Class: MarkdownServer::CsvBrowser::ConfigLoader::Database
- Inherits:
-
Struct
- Object
- Struct
- MarkdownServer::CsvBrowser::ConfigLoader::Database
- Defined in:
- lib/markdown_server/csv_browser/config_loader.rb
Instance Attribute Summary collapse
-
#group_by_directory ⇒ Object
Returns the value of attribute group_by_directory.
-
#key ⇒ Object
Returns the value of attribute key.
-
#show_record_counts ⇒ Object
Returns the value of attribute show_record_counts.
-
#tables ⇒ Object
Returns the value of attribute tables.
-
#title ⇒ Object
Returns the value of attribute title.
-
#yaml_path ⇒ Object
Returns the value of attribute yaml_path.
Instance Attribute Details
#group_by_directory ⇒ Object
Returns the value of attribute group_by_directory
13 14 15 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 13 def group_by_directory @group_by_directory end |
#key ⇒ Object
Returns the value of attribute key
13 14 15 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 13 def key @key end |
#show_record_counts ⇒ Object
Returns the value of attribute show_record_counts
13 14 15 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 13 def show_record_counts @show_record_counts end |
#tables ⇒ Object
Returns the value of attribute tables
13 14 15 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 13 def tables @tables end |
#title ⇒ Object
Returns the value of attribute title
13 14 15 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 13 def title @title end |
#yaml_path ⇒ Object
Returns the value of attribute yaml_path
13 14 15 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 13 def yaml_path @yaml_path end |