Class: Geoblacklight::Routes::Wms

Inherits:
Object
  • Object
show all
Defined in:
lib/geoblacklight/routes/wms.rb

Instance Method Summary collapse

Constructor Details

#initialize(defaults = {}) ⇒ Wms

Returns a new instance of Wms.



4
5
6
# File 'lib/geoblacklight/routes/wms.rb', line 4

def initialize(defaults = {})
  @defaults = defaults
end

Instance Method Details

#call(mapper, _options = {}) ⇒ Object



8
9
10
# File 'lib/geoblacklight/routes/wms.rb', line 8

def call(mapper, _options = {})
  mapper.post 'handle'
end