Skip to content
Snippets Groups Projects
Unverified Commit 6026830d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

StopFinder: new_p: resolve into result list

parent 346aa5f8
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ sub new_p {
$self->{json} = from_json( $self->{raw_reply} );
$promise->resolve($self);
$promise->resolve( $self->results );
return;
}
)->catch(
......@@ -236,10 +236,10 @@ you can use an empty hashref to override it.
=item my $stopfinder_p = Travel::Status::DE::HAFAS::StopFinder->new_p(I<%opt>)
Return a promise that resolves into a Travel::Status::DE::HAFAS::StopFinder instance
($stopfinder) on success and rejects with an error message ($stopfinder->errstr) on
failure. In addition to the arguments of B<new>, the following mandatory
arguments must be set.
Return a promise that resolves into a list of
Travel::Status::DE::HAFAS::StopFinder results ($stopfinder->results) on success
and rejects with an error message ($stopfinder->errstr) on failure. In addition
to the arguments of B<new>, the following mandatory arguments must be set.
=over
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment