logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bread::Board::Dependency - dependency for a service

Attributes

"service_path"
       The path to use (possibly relative to the dependency itself) to access the "service".

   "service"
       The service this dependency points at. Usually built lazily from the "service_path", but could just be
       passed in to the constructor.

   "service_name"
       Name of the "service", defaults to the last element of the "service_path".

Author

       Stevan Little <stevan@iinteractive.com>

Bugs

       Please report any bugs or feature requests on the bugtracker website
       https://github.com/stevan/BreadBoard/issues

       When submitting a bug or request, please include a test-file or a patch to an existing test-file that
       illustrates the bug or desired feature.

Description

       This class holds the information for a dependency of a service. When resolving dependencies, instances of
       this class will be used to access the services that will provide the depended-on values.

       This class consumes the Bread::Board::Traversable role to retrieve services given their path.

Methods

"has_service_path"
       Predicate for the "service_path" attribute.

   "get""is_locked""lock""unlock"
       These methods are delegated to the "service".

Name

       Bread::Board::Dependency - dependency for a service

Version

       version 0.37

See Also