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

NAME

WebService::PivotalTracker::Label - A label on a story

VERSION

version 0.12

SYNOPSIS

DESCRIPTION

This class represents a label on a story.

  my $label = $story->labels->[0];
  say $label->name;

ATTRIBUTES

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

id

project_id

name

created_at

This will be returned as a DateTime object.

updated_at

This will be returned as a DateTime object.

counts

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) 2016 - 2020 by MaxMind, Inc.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)