class Mok::LabelLink

Public Instance Methods

apply() click to toggle source

@contents = [title, uri]

# File lib/mokelement.rb, line 173
def apply
  "<LabelLink>Label:#{@contents[0]},Title:#{@contents[1]}</LabelLink>"
end