Class: Jekyll::DatabaseTables::Table

Inherits:
Data
  • Object
show all
Defined in:
lib/jekyll-database-tables/table.rb

Overview

Immutable value object representing a parsed Markdown file.

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



11
# File 'lib/jekyll-database-tables/table.rb', line 11

Table = Data.define(:headers, :rows)

#rowsObject (readonly)

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



11
# File 'lib/jekyll-database-tables/table.rb', line 11

Table = Data.define(:headers, :rows)