Class: MarkdownServer::CsvBrowser::ConfigLoader::View
- Inherits:
-
Struct
- Object
- Struct
- MarkdownServer::CsvBrowser::ConfigLoader::View
- Defined in:
- lib/markdown_server/csv_browser/config_loader.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#key ⇒ Object
Returns the value of attribute key.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
16 17 18 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 16 def columns @columns end |
#key ⇒ Object
Returns the value of attribute key
16 17 18 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 16 def key @key end |
#title ⇒ Object
Returns the value of attribute title
16 17 18 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 16 def title @title end |