Initializes a new GeoResults object
@param attrs [Hash] @return [Twitter::GeoResults]
# File lib/twitter/geo_results.rb, line 17 def initialize(attrs = {}) @attrs = attrs @collection = @attrs[:result].fetch(:places, []).collect do |place| Place.new(place) end end
Generated with the Darkfish Rdoc Generator 2.