NAME

Net::OAuth::LP::Models::Watches - Bug Watches Model

DESCRIPTION

Interface to setting/retrieving bug watches information

SYNOPSIS

my $c = Net::OAuth::LP::Client->new(consumer_key => 'blah',
                                    access_token => 'fdsafsda',
                                    access_token_secret => 'fdsafsda');

my $b = Net::OAuth::LP::Models::Bug->new(c => $c);
$b->find(1);
say $b->watches->all;

METHODS

In addition to those listed this object inherits methods from List::Objects::WithUtils.

new

my $watches = Net::OAuth::LP::Models::Watches->new(watches => $bug->watches);