Class: MarkdownServer::CsvBrowser::ConfigLoader::Database

Inherits:
Struct
  • Object
show all
Defined in:
lib/markdown_server/csv_browser/config_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#group_by_directoryObject

Returns the value of attribute group_by_directory

Returns:

  • (Object)

    the current value of 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

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



13
14
15
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 13

def key
  @key
end

#show_record_countsObject

Returns the value of attribute show_record_counts

Returns:

  • (Object)

    the current value of 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

#tablesObject

Returns the value of attribute tables

Returns:

  • (Object)

    the current value of tables



13
14
15
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 13

def tables
  @tables
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



13
14
15
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 13

def title
  @title
end

#yaml_pathObject

Returns the value of attribute yaml_path

Returns:

  • (Object)

    the current value of yaml_path



13
14
15
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 13

def yaml_path
  @yaml_path
end