Evan Broder 1fbce5288c Add a more helpful error message to ListObject#[]
Our list calls return their results wrapped in an object so that we
can include extra information. We use this, e.g., to include the URL
to query for more records in the Transfer#transactions sublist.

When you get a ListObject, if you want to actually manipulate it as a
list, you have to call `#data` first to get the actual underlying
list.

This adds an exception to the `#[]` method to make what's going on
clearer.

Fixes #68
2013-06-30 23:00:01 -07:00
..
2012-06-19 23:15:08 -07:00
2012-08-16 12:25:15 -07:00
2012-11-08 12:16:36 -08:00
2012-06-19 23:15:08 -07:00
2012-06-19 23:15:08 -07:00
2012-06-19 23:15:08 -07:00
2012-06-19 23:15:08 -07:00
2012-06-19 23:15:08 -07:00
2012-06-19 23:15:08 -07:00
2013-06-29 22:46:52 -07:00
2013-05-06 13:56:14 -07:00