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