module CORAL::Formfields1

Public Instance Methods

ast() click to toggle source
# File lib/coral.rb, line 642
def ast
  elements.map{|x| [x.formfieldtype.ast, x.formfieldvalue.ast]}
end