NAME

Imgur::API::Model::Vote

DESCRIPTION

    The base model for a vote.

FIELDS

ups integer

    Number of upvotes

downs integer

    Number of downvotes

EXAMPLE

{
  "success" : true,
  "data" : {
     "ups" : 4511,
     "downs" : 12
  },
  "status" : 200
}

SEE ALSO

http://api.imgur.com/models/vote

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 17:

'=item' outside of any '=over'

Around line 38:

You forgot a '=back' before '=head1'