class Novika::RunnableResolver::ResponseHook
- Novika::RunnableResolver::ResponseHook
- Reference
- Object
Overview
An object that helps you do high-level things with a Response
.
Defined in:
novika/resolver.crConstructors
Instance Method Summary
-
#each_queried_for_preamble_with_group(& : String, RunnableGroup -> )
Yields preambles of apps and libs that were queried for in arguments to
RunnableResolver#new
specifically, followed by their corresponding runnable groups. -
#response : Novika::Resolver::Response
Returns the
Response
object.
Constructor Detail
Instance Method Detail
Yields preambles of apps and libs that were queried for in
arguments to RunnableResolver#new
specifically, followed by
their corresponding runnable groups.