Class: Rote::Filters::RedCloth_WithToc::Heading

Inherits:
Struct
  • Object
show all
Defined in:
lib/rote/filters/redcloth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#anchorObject

Returns the value of attribute anchor

Returns:

  • (Object)

    the current value of anchor



46
47
48
# File 'lib/rote/filters/redcloth.rb', line 46

def anchor
  @anchor
end

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



46
47
48
# File 'lib/rote/filters/redcloth.rb', line 46

def depth
  @depth
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



46
47
48
# File 'lib/rote/filters/redcloth.rb', line 46

def title
  @title
end