Sha256: 28872b1082544c3914f486b15ee35d5834c766a7f651e975f9e65fff06df5858
Contents?: true
Size: 473 Bytes
Versions: 13
Compression:
Stored size: 473 Bytes
Contents
module TheCity class ChurchReader < ApiReader # Constructor. # # @param options (optional) Options for including more information. # @param [CacheAdapter] cacher (optional) The cacher to be used to cache data. def initialize(options = {}, cacher = nil) #@class_key = "church" @url_data_path = '/churches' # The object to store and load the cache. # @cacher = cacher unless cacher.nil? end end end
Version data entries
13 entries across 13 versions & 1 rubygems