Class: Slaw::ZA::Act::ScheduleContainer

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

Instance Method Summary collapse

Instance Method Details

#to_xml(b) ⇒ Object



399
400
401
402
403
404
405
# File 'lib/slaw/za/act_nodes.rb', line 399

def to_xml(b)
  b.components { |b| 
    schedules.children.elements.each_with_index { |e, i|
      e.to_xml(b, "", i+1)
    }
  }
end