Class: KalibroClient::Entities::Base

Inherits:
Likeno::Entity
  • Object
show all
Defined in:
lib/kalibro_client/entities/base.rb

Direct Known Subclasses

Configurations::Base, Processor::Base

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.module_nameObject

:nocov:



31
32
33
# File 'lib/kalibro_client/entities/base.rb', line 31

def self.module_name
  'KalibroClient'
end

Instance Method Details

#kalibro_errorsObject

We do not track coverage here as it is deprecated and will be removed soon :nocov:



25
26
27
28
# File 'lib/kalibro_client/entities/base.rb', line 25

def kalibro_errors
  STDERR.puts "DEPRECATED: use 'likeno_errors' instead of 'kalibro_errors'."
  self.likeno_errors
end