Class: MarkdownServer::CsvBrowser::ConfigLoader::Table
- Inherits:
-
Struct
- Object
- Struct
- MarkdownServer::CsvBrowser::ConfigLoader::Table
- Defined in:
- lib/markdown_server/csv_browser/config_loader.rb
Instance Attribute Summary collapse
-
#addons ⇒ Object
Returns the value of attribute addons.
-
#color ⇒ Object
Returns the value of attribute color.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#csv_path ⇒ Object
Returns the value of attribute csv_path.
-
#key ⇒ Object
Returns the value of attribute key.
-
#required ⇒ Object
Returns the value of attribute required.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#title ⇒ Object
Returns the value of attribute title.
-
#views ⇒ Object
Returns the value of attribute views.
Instance Attribute Details
#addons ⇒ Object
Returns the value of attribute addons
14 15 16 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 14 def addons @addons end |
#color ⇒ Object
Returns the value of attribute color
14 15 16 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 14 def color @color end |
#columns ⇒ Object
Returns the value of attribute columns
14 15 16 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 14 def columns @columns end |
#csv_path ⇒ Object
Returns the value of attribute csv_path
14 15 16 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 14 def csv_path @csv_path end |
#key ⇒ Object
Returns the value of attribute key
14 15 16 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 14 def key @key end |
#required ⇒ Object
Returns the value of attribute required
14 15 16 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 14 def required @required end |
#schema ⇒ Object
Returns the value of attribute schema
14 15 16 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 14 def schema @schema end |
#title ⇒ Object
Returns the value of attribute title
14 15 16 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 14 def title @title end |
#views ⇒ Object
Returns the value of attribute views
14 15 16 |
# File 'lib/markdown_server/csv_browser/config_loader.rb', line 14 def views @views end |