Class: Raf::LabelLink

Inherits:
Element show all
Defined in:
lib/rafelement.rb

Instance Attribute Summary

Attributes inherited from Element

#contents

Instance Method Summary collapse

Methods inherited from Element

#add=, #initialize

Constructor Details

This class inherits a constructor from Raf::Element

Instance Method Details

#applyObject



168
169
170
# File 'lib/rafelement.rb', line 168

def apply
  "<LabelLink>Label:#{@contents[0]},Title:#{@contents[1]}</LabelLink>"
end