NAME
Net::OAuth::LP::Models::Attachments - Bug Attachments Model
DESCRIPTION
Interface to setting/retrieving bug attachments 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->attachments->all;
ATTRIBUTES
attachments
METHODS
new
my $attachments = Net::OAuth::LP::Models::Attachments->new(attachments => $bug->attachments);
all
Returns all attachments results
say $attachments->all;