module CORAL::Form1

Public Instance Methods

S1() click to toggle source
# File lib/coral.rb, line 433
def S1
  elements[1]
end
S2() click to toggle source
# File lib/coral.rb, line 437
def S2
  elements[3]
end
S3() click to toggle source
# File lib/coral.rb, line 445
def S3
  elements[5]
end
method() click to toggle source
# File lib/coral.rb, line 441
def method
  elements[4]
end
operationtype() click to toggle source
# File lib/coral.rb, line 429
def operationtype
  elements[0]
end
submissiontarget() click to toggle source
# File lib/coral.rb, line 449
def submissiontarget
  elements[6]
end