Module: CORAL::Formfields1

Defined in:
lib/coral.rb

Instance Method Summary collapse

Instance Method Details

#astObject



642
643
644
# File 'lib/coral.rb', line 642

def ast
  elements.map{|x| [x.formfieldtype.ast, x.formfieldvalue.ast]}
end