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