Class: Jekyll::DatabaseTables::Row

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

Overview

Immutable value object representing a single table row.

Instance Attribute Summary collapse

Instance Attribute Details

#cellsObject (readonly)

Returns the value of attribute cells

Returns:

  • (Object)

    the current value of cells



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

Row   = Data.define(:cells)