class Dustbag::CustomerReviews
Public Instance Methods
any?()
click to toggle source
# File lib/dustbag/customer_reviews.rb, line 7 def any? subnode_text('HasReviews') == 'true' end
# File lib/dustbag/customer_reviews.rb, line 7 def any? subnode_text('HasReviews') == 'true' end