NAME
Business::Fixflo::Resource
DESCRIPTION
This is a base class for Fixflo resource classes, it implements common behaviour. You shouldn't use this class directly, but extend it instead.
ATTRIBUTES
client
url
METHODS
to_hash
Returns a hash representation of the object.
my %data = $Issue->to_hash;
to_json
Returns a json string representation of the object.
my $json = $Issue->to_json;
AUTHOR
Lee Johnson - leejo@cpan.org
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. If you would like to contribute documentation, features, bug fixes, or anything else then please raise an issue / pull request:
https://github.com/leejo/business-fixflo