class Geocoder::Result::Yandex

def street_number

def street_number
  thoroughfare_data && thoroughfare_data['Premise'] && thoroughfare_data['Premise']['PremiseNumber']
end