NAME

JIRA::REST::Class::Factory - A factory class for building all the other classes in JIRA::REST::Class.

VERSION

version 0.04

INTERNAL METHODS

init

Initialize the factory object. Just copies all the elements in the hashref that were passed in to the object itself.

make_object

A tweaked version of the object creator from Class::Factory::Enhanced that calls init() with a copy of the factory.

make_date

Make it easy to get DateTime objects from the factory.

factory_error

Throws errors from the factory with stack traces

AUTHOR

Packy Anderson <packy@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2016 by Packy Anderson.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)