Class: MD4C::Anchor

Inherits:
Object
  • Object
show all
Defined in:
lib/md4c.rb,
sig/md4c.rbs,
ext/md4c/rb_md4c.c

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hrefArray[text_node] (readonly)

Returns the value of attribute href.

Returns:

  • (Array[text_node])


86
87
88
# File 'lib/md4c.rb', line 86

def href
  @href
end

#titleArray[text_node] (readonly)

Returns the value of attribute title.

Returns:

  • (Array[text_node])


86
87
88
# File 'lib/md4c.rb', line 86

def title
  @title
end

Instance Method Details

#autolink?Boolean

Returns:

  • (Boolean)


88
89
90
# File 'lib/md4c.rb', line 88

def autolink?
  @autolink
end