Class: Jekyll::DatabaseTables::Table
- Inherits:
-
Data
- Object
- Data
- Jekyll::DatabaseTables::Table
- Defined in:
- lib/jekyll-database-tables/table.rb
Overview
Immutable value object representing a parsed Markdown file.
Instance Attribute Summary collapse
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#rows ⇒ Object
readonly
Returns the value of attribute rows.
Instance Attribute Details
#headers ⇒ Object (readonly)
Returns the value of attribute headers
11 |
# File 'lib/jekyll-database-tables/table.rb', line 11 Table = Data.define(:headers, :rows) |
#rows ⇒ Object (readonly)
Returns the value of attribute rows
11 |
# File 'lib/jekyll-database-tables/table.rb', line 11 Table = Data.define(:headers, :rows) |