module CORAL::Formfields0

Public Instance Methods

S1() click to toggle source
# File lib/coral.rb, line 628
def S1
  elements[1]
end
S2() click to toggle source
# File lib/coral.rb, line 636
def S2
  elements[3]
end
formfieldtype() click to toggle source
# File lib/coral.rb, line 624
def formfieldtype
  elements[0]
end
formfieldvalue() click to toggle source
# File lib/coral.rb, line 632
def formfieldvalue
  elements[2]
end