module CORAL::Link0

Public Instance Methods

S1() click to toggle source
# File lib/coral.rb, line 112
def S1
  elements[0]
end
S2() click to toggle source
# File lib/coral.rb, line 116
def S2
  elements[2]
end
S3() click to toggle source
# File lib/coral.rb, line 124
def S3
  elements[4]
end
body() click to toggle source
# File lib/coral.rb, line 120
def body
  elements[3]
end