Class: Twitter::GeoFactory
- Defined in:
- lib/twitter/geo_factory.rb
Overview
Factory for creating geo objects based on type
Class Method Summary collapse
-
.new(attrs = {}) ⇒ Twitter::Geo
Constructs a new geo object.
Class Method Details
.new(attrs = {}) ⇒ Twitter::Geo
Constructs a new geo object
17 18 19 |
# File 'lib/twitter/geo_factory.rb', line 17 def new(attrs = {}) super(:type, Geo, attrs) end |