class RelatonCalconnect::TechnicalCommittee

Public Instance Methods

to_xml(builder) click to toggle source

@param builder [Nokogiri::XML::Builder]

# File lib/relaton_calconnect/technical_committee.rb, line 4
def to_xml(builder)
  builder.committee { |b| workgroup.to_xml b }
end