Class: Geogle::Base
- Inherits:
-
Object
- Object
- Geogle::Base
- Defined in:
- lib/geogle/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(settings = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(settings = {}) ⇒ Base
Returns a new instance of Base.
8 9 10 11 12 |
# File 'lib/geogle/base.rb', line 8 def initialize(settings = {}) @settings = settings @parametizer = Parametizer.new(settings) @raw = settings[:raw] || false end |