The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::PivotalTracker::Me - The /me resource, an expanded Person

VERSION

version 0.10

SYNOPSIS

DESCRIPTION

This class represents the person to whom the token belongs.

  my $me = $pt->me;

ATTRIBUTES

This class provides the following attribute accessor methods. Each one corresponds to a property defined by the PT REST API V5 me resource docs.

id

name

initials

username

time_zone

api_token

has_google_identity

email

receives_in_app_notifications

created_at

This will be returned as a DateTime object.

updated_at

This will be returned as a DateTime object.

kind

raw_content

The raw JSON used to create this object.

SUPPORT

Bugs may be submitted through https://github.com/maxmind/WebService-PivotalTracker/issues.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by MaxMind, Inc.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)