Class: Ledge::Row
- Inherits:
-
Object
- Object
- Ledge::Row
- Defined in:
- lib/ledge/row.rb
Constant Summary collapse
- ROW_TYPES =
{ "heading" => Ledge::RowHeading }
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(content) ⇒ Row
constructor
A new instance of Row.
- #render ⇒ Object
Constructor Details
#initialize(content) ⇒ Row
Returns a new instance of Row.
17 18 19 |
# File 'lib/ledge/row.rb', line 17 def initialize content @content = content end |
Class Method Details
Instance Method Details
#render ⇒ Object
21 22 23 |
# File 'lib/ledge/row.rb', line 21 def render @content end |