Group
Extension

Matches 2

Net-TribalWarsMap-API-TribeLookup ( K/KE/KENTNL/Net-TribalWarsMap-API-TribeLookup-0.1.0.tar.gz, KENTNL, 2013; MetaCPAN )
Net-TribalWarsMap-API-TribeLookup/lib/Net/TribalWarsMap/API/TribeLookup.pm ( view source; MetaCPAN )
);


has 'decoder' => (
  is      => 'ro',
  lazy    => 1,
  builder => sub {
    require JSON;
    return JSON->new();
  },
);


has 'world' => (
  is       => ro =>,
  required => 1,
);


has search
  ...
    my $ua = $instance->ua();

=head2 C<decoder>

The C<JSON> Decoder object

    my $instance = $class->new(
        decoder => JSON->new()
    );

=head2 C<world>

B<MANDATORY PARAMETER>:

   
$instance = $class->new( _ts => "mm-dd-yyy" );

=head2 C<_results>

Lazy builder that returns a C<json>-decoded version of the result of fetching C<uri>.

    my $instance = $class->new( _results => {
Net-TribalWarsMap-API-TribeLookup ( K/KE/KENTNL/Net-TribalWarsMap-API-TribeLookup-0.1.0.tar.gz, KENTNL, 2013; MetaCPAN )
Net-TribalWarsMap-API-TribeLookup/lib/Net/TribalWarsMap/API/TribeLookup/Result.pm ( view source; MetaCPAN )
ames>

=begin MetaPOD::JSON v1.1.0

{
    "namespace":"Net::TribalWarsMap::API::TribeLookup::Result",
    "interface":"class",
    "inherits":"Moo::Object"
}


=end MetaPOD::JSON

=head1 AUTHOR

Kent 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.