Group
Extension

Matches 3

JIRA-REST-Class ( P/PA/PACKY/JIRA-REST-Class-0.12.tar.gz, PACKY, 2017; MetaCPAN )
JIRA-REST-Class/lib/JIRA/REST/Class.pm ( view source; MetaCPAN )
=> $expected->{name},
#pod         data => $expected->{data},
#pod     });
#pod     $got = $test->JSON->decode($results->decoded_content);
#pod }
#pod catch {
#pod     $results = $_;
#pod     diag($te
e => "Bug",
#pod         self => "$host/rest/api/latest/issuetype/10004",
#pod         subtask => JSON::PP::false,
#pod     });
#pod };
#pod
#pod =end testing
#pod
#pod =cut

#------------------------
ent> object inside the L<JIRA::REST|JIRA::REST> object being used.

=head2 B<JSON>

An accessor that returns the L<JSON|JSON> object inside the L<JIRA::REST|JIRA::REST> object being used.

=head2 B<ma
JIRA-REST-Class ( P/PA/PACKY/JIRA-REST-Class-0.12.tar.gz, PACKY, 2017; MetaCPAN )
JIRA-REST-Class/lib/JIRA/REST/Class/Mixins.pm ( view source; MetaCPAN )
itic (Capitalization)
sub REST_CLIENT { return shift->JIRA_REST->{rest} }
sub JSON        { return shift->JIRA_REST->{json} }
## use critic
sub make_object { return shift->factory->make_object( @_ ) }
d $thing ) {
        if ( $class eq 'JSON::PP::Boolean' ) {
            return $thing ? 'JSON::PP::true' : 'JSON::PP::false';
        }
        if ( $class eq 'JSON' ) {
            return "$thing";
 
ent> object inside the L<JIRA::REST|JIRA::REST> object being used.

=head2 B<JSON>

An accessor that returns the L<JSON|JSON> object inside the L<JIRA::REST|JIRA::REST> object being used.

=head2 B<ma
JIRA-REST-Class ( P/PA/PACKY/JIRA-REST-Class-0.12.tar.gz, PACKY, 2017; MetaCPAN )
JIRA-REST-Class/lib/JIRA/REST/Class/Abstract.pm ( view source; MetaCPAN )
ent> object inside the L<JIRA::REST|JIRA::REST> object being used.

=head2 B<JSON>

An accessor that returns the L<JSON|JSON> object inside the L<JIRA::REST|JIRA::REST> object being used.

=head2 B<ma

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