class Wapi::ConditionParser::Photos

Public Class Methods

extract(html) click to toggle source
# File lib/wapi/parsers/photos.rb, line 4
def self.extract html
  html.css('.wavescheck-photo .pic').map { |pic| pic['alt'] }
end