Class: Slaw::ZA::Act::SectionTitleType1

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/slaw/za/act_nodes.rb

Instance Method Summary collapse

Instance Method Details

#numObject

a section title of the form:

Definitions

  1. 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

#titleObject



225
226
227
# File 'lib/slaw/za/act_nodes.rb', line 225

def title
  content.text_value
end