Class: Proforma::Modeling::Table::Section

Inherits:
GenericContainer show all
Defined in:
lib/proforma/modeling/table/section.rb

Overview

A table section has zero or more rows.

Instance Method Summary collapse

Methods inherited from GenericContainer

#compile, #method_missing, #respond_to_missing?

Constructor Details

#initialize(rows: []) ⇒ Section

Returns a new instance of Section.



17
18
19
# File 'lib/proforma/modeling/table/section.rb', line 17

def initialize(rows: [])
  super(:rows, Row, rows)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Proforma::Modeling::GenericContainer