Exception: Capybara::Apparition::NodeError
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- ClientError
- Capybara::Apparition::NodeError
- Defined in:
- lib/capybara/apparition/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#node ⇒ Object
readonly
Returns the value of attribute node.
Attributes inherited from ClientError
Instance Method Summary collapse
-
#initialize(node, response) ⇒ NodeError
constructor
A new instance of NodeError.
Constructor Details
#initialize(node, response) ⇒ NodeError
Returns a new instance of NodeError.
116 117 118 119 |
# File 'lib/capybara/apparition/errors.rb', line 116 def initialize(node, response) @node = node super(response) end |
Instance Attribute Details
#node ⇒ Object (readonly)
Returns the value of attribute node.
114 115 116 |
# File 'lib/capybara/apparition/errors.rb', line 114 def node @node end |