Class: Geoblacklight::Routes::Wms
- Inherits:
-
Object
- Object
- Geoblacklight::Routes::Wms
- Defined in:
- lib/geoblacklight/routes/wms.rb
Instance Method Summary collapse
- #call(mapper, _options = {}) ⇒ Object
-
#initialize(defaults = {}) ⇒ Wms
constructor
A new instance of Wms.
Constructor Details
#initialize(defaults = {}) ⇒ Wms
Returns a new instance of Wms.
6 7 8 |
# File 'lib/geoblacklight/routes/wms.rb', line 6 def initialize(defaults = {}) @defaults = defaults end |
Instance Method Details
#call(mapper, _options = {}) ⇒ Object
10 11 12 |
# File 'lib/geoblacklight/routes/wms.rb', line 10 def call(mapper, = {}) mapper.post "handle" end |