Sha256: 0626443554187a243310d3ca871178720401bd5ab3d18fc053486aec40006585
Contents?: true
Size: 423 Bytes
Versions: 10
Compression:
Stored size: 423 Bytes
Contents
module Geoblacklight class HglDownload < Geoblacklight::Download def initialize(document, email, options = {}) request_params = { "LayerName" => document[:layer_id_s].sub(/^cite:/, ''), "UserEmail" => email } super(document, { request_params: request_params, service_type: 'hgl' }.merge(options)) end def get initiate_download end end end
Version data entries
10 entries across 10 versions & 1 rubygems