Class: MarkdownServer::CsvBrowser::ConfigLoader::Column

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

Instance Attribute Summary collapse

Instance Attribute Details

#constraintsObject

Returns the value of attribute constraints

Returns:

  • (Object)

    the current value of constraints



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

def constraints
  @constraints
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#referencesObject

Returns the value of attribute references

Returns:

  • (Object)

    the current value of references



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

def references
  @references
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end