
Net::Easypost::Label - Object represents an Easypost label

version 0.03

The carrier generated tracking code for this label.
The filename the Easypost API used to create the label file. (Also used for local storage.)
The file type for the image data. Defaults to 'image/png'
The URL from which to download the label image.
This is a Net::Easypost::Rate object associated with the label.
This is the label image data. It lazily downloads this information if a URL is defined. It currently uses a Net::Easypost::Request role to get the data from the Easypost service.

This is a predicate which tells the caller if a URL is defined in the object.
Tells the caller if an image has been downloaded.
Store the label image locally using the filename in the object. This will typically be in the current working directory of the caller.

Mark Allen <mrallen1@yahoo.com>

This software is copyright (c) 2012 by Mark Allen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.