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

NAME

WebService::Shutterstock::Lightbox - Representation of a lightbox in Shutterstock's public API

VERSION

version 0.003

ATTRIBUTES

id

The ID of this lightbox

name

The name of this lightbox

public_url

Returns a URL for access this lightbox without authenticating.

images

Returns a list of WebService::Shutterstock::Image objects that are in this lightbox.

METHODS

delete_image

Removes an image from this lightbox.

add_image($id)

Adds an image to this lightbox.

AUTHOR

Brian Phillips <bphillips@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Brian Phillips and Shutterstock, Inc. (http://shutterstock.com).

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.