Class: Appsignal::Loaders::Loader Private
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Class Attribute Summary collapse
- .loader_name ⇒ Object readonly private
Class Method Summary collapse
- .register(name) ⇒ Object private
Instance Method Summary collapse
Class Attribute Details
.loader_name ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
79 80 81 |
# File 'lib/appsignal/loaders.rb', line 79 def loader_name @loader_name end |
Class Method Details
Instance Method Details
#register_config_defaults(options) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
87 88 89 |
# File 'lib/appsignal/loaders.rb', line 87 def register_config_defaults() Appsignal::Config.add_loader_defaults(self.class.loader_name, **) end |