hayesdavis / grackle

Lightweight Ruby library for the Twitter API that goes with the flow.
228 stars 36 forks source link

Provide Access to An Enumerable of Attributes #5

Open hayesdavis opened 15 years ago

hayesdavis commented 15 years ago

There's no way to iterate over all attributes in a TwitterStruct returned by a request. Provide a method like attributes which returns an array of only those attributes defined by the parsed response.