Class: MD4C::Anchor
- Inherits:
-
Object
- Object
- MD4C::Anchor
- Defined in:
- lib/md4c.rb,
sig/md4c.rbs,
ext/md4c/rb_md4c.c
Instance Attribute Summary collapse
-
#href ⇒ Array[text_node]
readonly
Returns the value of attribute href.
-
#title ⇒ Array[text_node]
readonly
Returns the value of attribute title.
Instance Method Summary collapse
Instance Attribute Details
#href ⇒ Array[text_node] (readonly)
Returns the value of attribute href.
86 87 88 |
# File 'lib/md4c.rb', line 86 def href @href end |
#title ⇒ Array[text_node] (readonly)
Returns the value of attribute title.
86 87 88 |
# File 'lib/md4c.rb', line 86 def title @title end |
Instance Method Details
#autolink? ⇒ Boolean
88 89 90 |
# File 'lib/md4c.rb', line 88 def autolink? @autolink end |