class Prickle::Capybara::XPath::ContainsValue
Public Instance Methods
to_s()
click to toggle source
# File lib/prickle/capybara/xpath/expression.rb, line 38 def to_s "contains(#{attribute}, '#{@value}')" end
Private Instance Methods
identifier()
click to toggle source
# File lib/prickle/capybara/xpath/expression.rb, line 44 def identifier @identifier.chomp CONTAINS end