Class: Prickle::Capybara::XPath::MatchesValue
- Inherits:
-
Expression
- Object
- Expression
- Prickle::Capybara::XPath::MatchesValue
- Defined in:
- lib/prickle/capybara/xpath/expression.rb
Constant Summary
Constants inherited from Expression
Expression::CONTAINS, Expression::SEPARATOR, Expression::TEXT_IDENTIFIER
Instance Method Summary collapse
Methods inherited from Expression
Constructor Details
This class inherits a constructor from Prickle::Capybara::XPath::Expression
Instance Method Details
#to_s ⇒ Object
52 53 54 |
# File 'lib/prickle/capybara/xpath/expression.rb', line 52 def to_s "#{attribute}='#{@value}'" end |