class LeccaClient::Proposal::Fund

Public Instance Methods

build() click to toggle source
# File lib/lecca_client/proposal/fund.rb, line 14
def build
  parts = ''

  parts << justify_string(rating, 2)
  parts << justify_number(cnpj_conveniada, 14)
  parts << justify_number(cnpj_fundo, 14)
  parts << justify_string(nome_fundo, 40)
  parts << justify_number(banco, 3)
  parts << justify_string(agencia, 4)
  parts << justify_string(conta_corrente, 8)
end