Class: KalibroClient::Entities::Base
- Inherits:
-
Likeno::Entity
- Object
- Likeno::Entity
- KalibroClient::Entities::Base
- Defined in:
- lib/kalibro_client/entities/base.rb
Direct Known Subclasses
Class Method Summary collapse
-
.module_name ⇒ Object
:nocov:.
Instance Method Summary collapse
-
#kalibro_errors ⇒ Object
We do not track coverage here as it is deprecated and will be removed soon :nocov:.
Class Method Details
.module_name ⇒ Object
:nocov:
31 32 33 |
# File 'lib/kalibro_client/entities/base.rb', line 31 def self.module_name 'KalibroClient' end |
Instance Method Details
#kalibro_errors ⇒ Object
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 |