Class: Govspeak::Header
- Inherits:
-
Struct
- Object
- Struct
- Govspeak::Header
- Defined in:
- lib/govspeak/header_extractor.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#level ⇒ Object
Returns the value of attribute level.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
2 3 4 |
# File 'lib/govspeak/header_extractor.rb', line 2 def id @id end |
#level ⇒ Object
Returns the value of attribute level
2 3 4 |
# File 'lib/govspeak/header_extractor.rb', line 2 def level @level end |
#text ⇒ Object
Returns the value of attribute text
2 3 4 |
# File 'lib/govspeak/header_extractor.rb', line 2 def text @text end |