Class: RelatonIho::Committee

Inherits:
IHOGroup show all
Defined in:
lib/relaton_iho/iho_group.rb

Instance Attribute Summary

Attributes inherited from IHOGroup

#abbreviation, #name, #subgroup

Instance Method Summary collapse

Methods inherited from IHOGroup

expand, #initialize

Constructor Details

This class inherits a constructor from RelatonIho::IHOGroup

Instance Method Details

#to_asciibib(prefix, count = 1) ⇒ Strin



104
105
106
# File 'lib/relaton_iho/iho_group.rb', line 104

def to_asciibib(prefix, count = 1)
  super prefix + ".committee", count
end

#to_hashHash



97
98
99
# File 'lib/relaton_iho/iho_group.rb', line 97

def to_hash
  { "committee" => super }
end

#to_xml(builder) ⇒ Object



92
93
94
# File 'lib/relaton_iho/iho_group.rb', line 92

def to_xml(builder)
  builder.committee { |b| super b }
end