NAME
WebService::TwitterBootstrap::Download::Custom::Zip - Zip file containing Twitter Bootstrap
VERSION
version 0.02
DESCRIPTION
This class represents the zip file downloaded from the Twitter Bootstrap website.
ATTRIBUTES
$zip->member_names
Returns a list reference containing the name of all the members inside the zip file.
METHODS
$zip->member_content( $name )
Returns the content of the given members name.
$zip->extract_all( $dir )
Extract all members of the zip to the given directory.
CAVEATS
This class uses Archive::Zip internally, but that may change in the future so only use the documented methods.
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.