class Wptemplates::Link
Attributes
anchor[R]
link[R]
text[R]
Public Class Methods
new(text, link, anchor)
click to toggle source
# File lib/wptemplates/ast.rb, line 81 def initialize(text, link, anchor) @text = text @link = link @anchor = anchor end
Public Instance Methods
links()
click to toggle source
# File lib/wptemplates/ast.rb, line 86 def links [self] end