class RelatonIho::Commission

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 142
def to_asciibib(prefix, count = 1)
  super prefix + ".commission", 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 135
def to_hash
  { "commission" => 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 130
def to_xml(builder)
  builder.commisstion { |b| super b }
end