The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Lighthouse::Token - Token

SYNOPSIS

    use Net::Lighthouse::Token;
    my $token = Net::Lighthouse::Token->new(
        account => 'sunnavy',
        auth    => { token => '...' },
    );
    $token->load( 'abcdedf...' );

ATTRIBUTES

created_at

ro, DateTime object, UTC based

user_id

ro, Int

project_id

ro, Maybe Int

read_only

ro, Bool

token

ro, Str

account, note ro, Maybe Str

INTERFACE

load( $token_string ) load_from_xml( $hashref | $xml_string )

load a token, return loaded token object

SEE ALSO

token part in http://lighthouseapp.com/api/users

AUTHOR

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Copyright 2009-2010 Best Practical Solutions.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 115:

Expected text after =item, not a bullet