Class: Slaw::ZA::Act::Ref

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, idprefix) ⇒ Object



334
335
336
# File 'lib/slaw/za/act_nodes.rb', line 334

def to_xml(b, idprefix)
  b.ref(content.text_value, href: href.text_value)
end