Class: DebtManagementCenter::BaseService

Inherits:
Common::Client::Base show all
Includes:
Common::Client::Concerns::Monitoring
Defined in:
lib/debt_management_center/base_service.rb

Direct Known Subclasses

DebtsService

Instance Method Summary collapse

Methods included from Common::Client::Concerns::Monitoring

#with_monitoring

Methods inherited from Common::Client::Base

configuration, #raise_backend_exception

Methods included from SentryLogging

#log_exception_to_sentry, #log_message_to_sentry, #non_nil_hash?, #normalize_level, #rails_logger

Constructor Details

#initialize(user = nil) ⇒ BaseService

Returns a new instance of BaseService.



9
10
11
12
# File 'lib/debt_management_center/base_service.rb', line 9

def initialize(user = nil)
  @user = user
  @file_number = init_file_number if @user.present?
end