Sha256: 5b9cf7193c88bcda94c9d1e255924f39a2084a08c6104097e86562f2e79a9ffe
Contents?: true
Size: 345 Bytes
Versions: 23
Compression:
Stored size: 345 Bytes
Contents
module Access class Info def initialize(values) self.class.class_eval {attr_reader *values.keys } values.each do |attribute_name, attribute_value| self.instance_variable_set("@#{attribute_name}", attribute_value) end @geolocation = Access::Geolocation.new(@geolocation) if @geolocation end end end
Version data entries
23 entries across 23 versions & 1 rubygems