NAME
DDC::HitList - query response structure for DDC query utilities
SYNOPSIS
use
DDC::HitList;
$hit
= DDC::HitList->new(
hits
=>\
@hits
);
DESCRIPTION
DDC::Hit is the underlying structure for a query response returned by DDC::Client.
Methods
- new
-
$hit
=
$CLASS_OR_OBJ
->new(
%args
);
Object structure / accepted keyword %args:
hits
=> \
@hits
,
##-- array of DDC::Hit objects
##====================================================================== ## Footer ##======================================================================
AUTHOR
Bryan Jurish <moocow@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011-2016 by Bryan Jurish
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.