Class: MarkdownServer::CsvBrowser::ConfigLoader::Table

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

Instance Attribute Summary collapse

Instance Attribute Details

#addonsObject

Returns the value of attribute addons

Returns:

  • (Object)

    the current value of addons



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

def addons
  @addons
end

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



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

def color
  @color
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



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

def columns
  @columns
end

#csv_pathObject

Returns the value of attribute csv_path

Returns:

  • (Object)

    the current value of csv_path



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

def csv_path
  @csv_path
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



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

def required
  @required
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



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

def schema
  @schema
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#viewsObject

Returns the value of attribute views

Returns:

  • (Object)

    the current value of views



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

def views
  @views
end