class Geoblacklight::Routes::Wms

Public Class Methods

new(defaults = {}) click to toggle source
# File lib/geoblacklight/routes/wms.rb, line 6
def initialize(defaults = {})
  @defaults = defaults
end

Public Instance Methods

call(mapper, _options = {}) click to toggle source
# File lib/geoblacklight/routes/wms.rb, line 10
def call(mapper, _options = {})
  mapper.post "handle"
end