class RelatonIho::Committee

Public Instance Methods

to_asciibib(prefix, count = 1) click to toggle source

@param prefix [String] @param count [Integer] @return [Strin]

Calls superclass method RelatonIho::IHOGroup#to_asciibib
# File lib/relaton_iho/iho_group.rb, line 104
def to_asciibib(prefix, count = 1)
  super prefix + ".committee", count
end
to_hash() click to toggle source

@return [Hash]

Calls superclass method RelatonIho::IHOGroup#to_hash
# File lib/relaton_iho/iho_group.rb, line 97
def to_hash
  { "committee" => super }
end
to_xml(builder) click to toggle source

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

Calls superclass method RelatonIho::IHOGroup#to_xml
# File lib/relaton_iho/iho_group.rb, line 92
def to_xml(builder)
  builder.committee { |b| super b }
end