Method: GeoWorks::DeliveryService#initialize

Defined in:
app/services/geo_works/delivery_service.rb

#initialize(file_set, file_path) ⇒ DeliveryService

Returns a new instance of DeliveryService.



5
6
7
# File 'app/services/geo_works/delivery_service.rb', line 5

def initialize(file_set, file_path)
  @geoserver = GeoWorks::Delivery::Geoserver.new(file_set, file_path)
end