Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created September 12, 2012 22:20
Show Gist options
  • Select an option

  • Save coderberry/3710387 to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/3710387 to your computer and use it in GitHub Desktop.
irb-4
>> results.completed_in
=> 0.332
>> results.max_id
=> 246008041437294592
>> results.next_page
=> "?page=2&max_id=246008041437294592&q=%23iphone5"
>> results.page
=> 1
>> results.query
=> "%23iphone5"
>> results.refresh_url
=> "?since_id=246008041437294592&q=%23iphone5"
>> results.results_per_page
=> 15
>> results.since_id
=> 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment