Class: Wapi::ConditionParser::Photos

Inherits:
Object
  • Object
show all
Defined in:
lib/wapi/parsers/photos.rb

Class Method Summary collapse

Class Method Details

.extract(html) ⇒ Object



4
5
6
# File 'lib/wapi/parsers/photos.rb', line 4

def self.extract html
  html.css('.wavescheck-photo .pic').map { |pic| pic['alt'] }
end