Class: MarkdownServer::CsvBrowser::ConfigLoader::View

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



16
17
18
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 16

def columns
  @columns
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



16
17
18
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 16

def key
  @key
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



16
17
18
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 16

def title
  @title
end