class Formup::AttrDef

Attributes

attr[R]
base[R]

Public Class Methods

new(base, attr) click to toggle source
# File lib/formup/attr_def.rb, line 6
def initialize(base, attr)
  @base = base.to_s if base
  @attr = attr.to_s if attr
end