class RelatonIho::Workgroup

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 123
def to_asciibib(prefix, count = 1)
  super prefix + ".workgroup", 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 116
def to_hash
  { "workgroup" => 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 111
def to_xml(builder)
  builder.workgroup { |b| super b }
end