Sha256: f83d97514c2df1330d1c8a9d08d7de2b11493ed4b1511b7cd6d03283851ca4df

Contents?: true

Size: 305 Bytes

Versions: 10

Compression:

Stored size: 305 Bytes

Contents

module Geoblacklight
  module Routes
    class Exportable
      def initialize(defaults = {})
        @defaults = defaults
      end

      def call(mapper, _options = {})
        mapper.member do
          mapper.get 'web_services'
          mapper.get 'metadata'
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
geoblacklight-1.2.0 lib/geoblacklight/routes/exportable.rb
geoblacklight-1.1.2 lib/geoblacklight/routes/exportable.rb
geoblacklight-1.1.0 lib/geoblacklight/routes/exportable.rb
geoblacklight-1.0.3 lib/geoblacklight/routes/exportable.rb
geoblacklight-1.0.2 lib/geoblacklight/routes/exportable.rb
geoblacklight-1.0.1 lib/geoblacklight/routes/exportable.rb
geoblacklight-1.0.0 lib/geoblacklight/routes/exportable.rb
geoblacklight-1.0.0.pre3 lib/geoblacklight/routes/exportable.rb
geoblacklight-1.0.0.pre2 lib/geoblacklight/routes/exportable.rb
geoblacklight-1.0.0.pre1 lib/geoblacklight/routes/exportable.rb