class Geocoder::Result::SmartyStreets

def state_code

def state_code
  zipcode_endpoint? ?
    city_states.first['state_abbreviation'] :
    components['state_abbreviation']
end