Method: ChromeData::Vehicle.parse_response
- Defined in:
- lib/chrome_data/vehicle.rb
.parse_response(response) ⇒ Object
15 16 17 18 |
# File 'lib/chrome_data/vehicle.rb', line 15 def self.parse_response(response) return unless find_elements('vinDescription', response).first self.new response end |