Class: Cheetah::Invoice

Inherits:
ApplicationRecord show all
Defined in:
lib/cheetah/models/invoice.rb

Instance Method Summary collapse

Instance Method Details

#head_office?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/cheetah/models/invoice.rb', line 3

def head_office?
  cnpj && cnpj[11].to_i == 1
end