Class: GeoConcerns::DeliveryService

Inherits:
Object
  • Object
show all
Defined in:
app/services/geo_concerns/delivery_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(file_set, file_path) ⇒ DeliveryService

Returns a new instance of DeliveryService.



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

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

Instance Attribute Details

#geoserverObject (readonly)

Returns the value of attribute geoserver.



3
4
5
# File 'app/services/geo_concerns/delivery_service.rb', line 3

def geoserver
  @geoserver
end