NAME
Finance::Wesabe::Utils - Utility methods for Finance::Wesabe
DESCRIPTION
This module is a collection of utility methods for accessing particular aspects of the structure returned from an HTTP response.
METHODS
mk_simple_field( @fields )
Acceses a top-level hash element.
mk_deep_field( @fields )
Acceses data stored in a field with a content
sub-key.
mk_simple_date_field( @fields )
Acceses a top-level hash element and creates a DateTime object.
mk_deep_date_field( @fields )
Creates a DateTime object from data stored in a content
sub key.
mk_field_map( %fields )
Similar to mk_simple_field
, but uses a different accessor name.
mk_deep_field_map( %fields )
Similar to mk_deep_field
, but uses a different accessor name.
AUTHOR
Brian Cassidy <bricas@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2009-2010 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.