module WireTransfer::Helper

Public Instance Methods

structured_communication(number) click to toggle source
# File lib/wire_transfer/helper.rb, line 3
def structured_communication(number)
  StructuredCommunication.new(number).to_s
end