class Aureus::Components::RowColumn

Attributes

content[R]
width[R]

Public Class Methods

new(width, content) click to toggle source
# File lib/aureus/components/row.rb, line 56
def initialize(width, content)
  @width = width
  @content = content
end