Class: AppMap::RSpec::ParseNodeStruct
- Inherits:
-
Struct
- Object
- Struct
- AppMap::RSpec::ParseNodeStruct
- Defined in:
- lib/appmap/rspec/parse_node.rb
Overview
ParseNodeStruct wraps a generic AST parse node.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#ancestors ⇒ Object
Returns the value of attribute ancestors.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#node ⇒ Object
Returns the value of attribute node.
Instance Attribute Details
#ancestors ⇒ Object
Returns the value of attribute ancestors
6 7 8 |
# File 'lib/appmap/rspec/parse_node.rb', line 6 def ancestors @ancestors end |
#file_path ⇒ Object
Returns the value of attribute file_path
6 7 8 |
# File 'lib/appmap/rspec/parse_node.rb', line 6 def file_path @file_path end |
#node ⇒ Object
Returns the value of attribute node
6 7 8 |
# File 'lib/appmap/rspec/parse_node.rb', line 6 def node @node end |