Class: Slaw::ZA::Act::SectionTitleType1
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Slaw::ZA::Act::SectionTitleType1
- Defined in:
- lib/slaw/za/act_nodes.rb
Instance Method Summary collapse
-
#num ⇒ Object
a section title of the form:.
- #title ⇒ Object
Instance Method Details
#num ⇒ Object
a section title of the form:
Definitions
-
In this act…
221 222 223 |
# File 'lib/slaw/za/act_nodes.rb', line 221 def num section_title_prefix.number_letter.text_value end |
#title ⇒ Object
225 226 227 |
# File 'lib/slaw/za/act_nodes.rb', line 225 def title content.text_value end |