Skip to content
Snippets Groups Projects
Commit c1194605 authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove class and type methods.

Were deprecated in version 1.1.4.
parent 69f15219
No related branches found
No related tags found
No related merge requests found
...@@ -83,16 +83,6 @@ module Geocoder::Result ...@@ -83,16 +83,6 @@ module Geocoder::Result
polygonpoints display_name class type stadium] polygonpoints display_name class type stadium]
end end
def class
warn "DEPRECATION WARNING: The 'class' method of Geocoder::Result::Nominatim objects is deprecated and will be removed in Geocoder version 1.2.0. Please use 'place_class' instead."
@data['class']
end
def type
warn "DEPRECATION WARNING: The 'type' method of Geocoder::Result::Nominatim objects is deprecated and will be removed in Geocoder version 1.2.0. Please use 'place_type' instead."
@data['type']
end
response_attributes.each do |a| response_attributes.each do |a|
unless method_defined?(a) unless method_defined?(a)
define_method a do define_method a do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment