Class: MD4C::Anchor

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hrefObject (readonly)

Returns the value of attribute href.



84
85
86
# File 'lib/md4c.rb', line 84

def href
  @href
end

#titleObject (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

Returns:

  • (Boolean)


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

def autolink?
  @autolink
end