class HtmlGrid::Value

Constants

LABEL

Public Instance Methods

init() click to toggle source
# File lib/htmlgrid/value.rb, line 32
def init
  @value = @model.send(@name) if @model.respond_to?(@name)
end