module CORAL::Link1

Public Instance Methods

S() click to toggle source
# File lib/coral.rb, line 135
def S
  elements[1]
end
linktarget() click to toggle source
# File lib/coral.rb, line 139
def linktarget
  elements[2]
end
relationtype() click to toggle source
# File lib/coral.rb, line 131
def relationtype
  elements[0]
end