class Boletorb::Sacado

Attributes

documento[RW]
endereco[RW]
nome[RW]

Public Instance Methods

formatado() click to toggle source
# File lib/boletorb.rb, line 18
def formatado
        "#{nome} - #{documento}"
end