class EA::AreaLookup::Configuration
Attributes
area_api_url[RW]
Public Class Methods
new()
click to toggle source
# File lib/ea/area_lookup/configuration.rb, line 6 def initialize @area_api_url ||= "http://environment.data.gov.uk/ds/wfs" end