class Bh::Classes::PanelRow

Public Instance Methods

column_class() click to toggle source

@return [#to_s] the grid-related class to assign to each panel

nested in this panel row.
# File lib/bh/classes/panel_row.rb, line 8
def column_class
  @options[:column_class]
end