Class: RelatonIetf::Committee
- Inherits:
-
RelatonBib::TechnicalCommittee
- Object
- RelatonBib::TechnicalCommittee
- RelatonIetf::Committee
- Defined in:
- lib/relaton_ietf/committee.rb
Instance Method Summary collapse
Instance Method Details
#to_xml(builder) ⇒ Object
4 5 6 |
# File 'lib/relaton_ietf/committee.rb', line 4 def to_xml(builder) builder.committee { |b| workgroup.to_xml b } end |