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



390
391
392
# File 'lib/bluefeather.rb', line 390

def content
  @content
end

#content_htmlObject

Returns the value of attribute content_html



390
391
392
# File 'lib/bluefeather.rb', line 390

def content_html
  @content_html
end

#idObject

Returns the value of attribute id



390
391
392
# File 'lib/bluefeather.rb', line 390

def id
  @id
end

#levelObject

Returns the value of attribute level



390
391
392
# File 'lib/bluefeather.rb', line 390

def level
  @level
end