Class: BlueFeather::Parser::RenderState::Header
- Inherits:
-
Struct
- Object
- Struct
- BlueFeather::Parser::RenderState::Header
- Defined in:
- lib/bluefeather.rb
Overview
Headers struct.
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#content_html ⇒ Object
Returns the value of attribute content_html.
-
#id ⇒ Object
Returns the value of attribute id.
-
#level ⇒ Object
Returns the value of attribute level.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
347 348 349 |
# File 'lib/bluefeather.rb', line 347 def content @content end |
#content_html ⇒ Object
Returns the value of attribute content_html
347 348 349 |
# File 'lib/bluefeather.rb', line 347 def content_html @content_html end |
#id ⇒ Object
Returns the value of attribute id
347 348 349 |
# File 'lib/bluefeather.rb', line 347 def id @id end |
#level ⇒ Object
Returns the value of attribute level
347 348 349 |
# File 'lib/bluefeather.rb', line 347 def level @level end |