class KalibroClient::Entities::Base
Public Class Methods
module_name()
click to toggle source
:nocov:
# File lib/kalibro_client/entities/base.rb, line 31 def self.module_name 'KalibroClient' end
Public Instance Methods
kalibro_errors()
click to toggle source
We do not track coverage here as it is deprecated and will be removed soon :nocov:
# 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