@return [Twitter::Geo]
# File lib/twitter/place.rb, line 10 def bounding_box @bounding_box ||= Twitter::GeoFactory.fetch_or_new(@attrs[:bounding_box]) end
@return [String]
# File lib/twitter/place.rb, line 15 def country_code @country_code ||= @attrs[:country_code] || @attrs[:countryCode] end
# File lib/twitter/place.rb, line 29 def id @attrs[:id] || @attrs[:woeid] end
Generated with the Darkfish Rdoc Generator 2.