class Geocoder::Result::Baidu
def self.response_attributes
:cityCode
:business
Baidu's Geocoding API documentation and include (among others):
Get address components of a given type. Valid types are defined in
#
def self.response_attributes %w[business cityCode] end