class Wptemplates::Link

Attributes

anchor[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