Class: BlueFeather::Parser::RenderState::Header

Inherits:
Struct
  • Object
show all
Defined in:
lib/bluefeather.rb

Overview

Headers struct.

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



347
348
349
# File 'lib/bluefeather.rb', line 347

def content
  @content
end

#content_htmlObject

Returns the value of attribute content_html

Returns:

  • (Object)

    the current value of content_html



347
348
349
# File 'lib/bluefeather.rb', line 347

def content_html
  @content_html
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



347
348
349
# File 'lib/bluefeather.rb', line 347

def id
  @id
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



347
348
349
# File 'lib/bluefeather.rb', line 347

def level
  @level
end