Class: Rote::Filters::RedCloth_WithToc::Heading
- Inherits:
-
Struct
- Object
- Struct
- Rote::Filters::RedCloth_WithToc::Heading
- Defined in:
- lib/rote/filters/redcloth.rb
Instance Attribute Summary collapse
-
#anchor ⇒ Object
Returns the value of attribute anchor.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#anchor ⇒ Object
Returns the value of attribute anchor
46 47 48 |
# File 'lib/rote/filters/redcloth.rb', line 46 def anchor @anchor end |
#depth ⇒ Object
Returns the value of attribute depth
46 47 48 |
# File 'lib/rote/filters/redcloth.rb', line 46 def depth @depth end |
#title ⇒ Object
Returns the value of attribute title
46 47 48 |
# File 'lib/rote/filters/redcloth.rb', line 46 def title @title end |