module SearchGeometryIowa

Constants

VERSION

Public Instance Methods

by_tier_and_range(args) click to toggle source
# File lib/search_geometry_iowa.rb, line 5
def by_tier_and_range(args)
  Searcher.new(args[:tier], args[:range], args[:section]).get_response
end