module CORAL::Form2
Public Instance Methods
ast()
click to toggle source
# File lib/coral.rb, line 456 def ast ["form", operationtype.ast, method.ast, submissiontarget.ast, elements[7].respond_to?(:formfields) ? elements[7].formfields.ast : []] end