NAME
WebService::Intercom::Tag - represent a tag
SYNOPSIS
my $user = $intercom->user_get(email => 'test@example.com');
# Add a tag to a user
my $tag = $user->tag('test tag');
DESCRIPTION
Provides an object that represents a tag at Intercom.
ATTRIBUTES
Tags are defined at http://doc.intercom.io/api/#tags