Class: RegistrationCadastralCertificateDecorator

Inherits:
SimpleDecorator::Base show all
Defined in:
app/decorators/registration_cadastral_certificate_decorator.rb

Instance Method Summary collapse

Methods inherited from SimpleDecorator::Base

#component

Methods included from SimpleDecorator::RailsHelpers

#try

Instance Method Details

#numberObject



2
3
4
5
# File 'app/decorators/registration_cadastral_certificate_decorator.rb', line 2

def number
  return '' if count_crc == 0
  component.count_crc
end