Class: Canon::Rebaseliner::CallSiteResolver::Result
- Inherits:
-
Struct
- Object
- Struct
- Canon::Rebaseliner::CallSiteResolver::Result
- Defined in:
- lib/canon/rebaseliner/call_site_resolver.rb
Instance Attribute Summary collapse
-
#enclosing_block ⇒ Object
Returns the value of attribute enclosing_block.
-
#expected_node ⇒ Object
Returns the value of attribute expected_node.
-
#matcher_call_node ⇒ Object
Returns the value of attribute matcher_call_node.
-
#matcher_line ⇒ Object
Returns the value of attribute matcher_line.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#enclosing_block ⇒ Object
Returns the value of attribute enclosing_block
12 13 14 |
# File 'lib/canon/rebaseliner/call_site_resolver.rb', line 12 def enclosing_block @enclosing_block end |
#expected_node ⇒ Object
Returns the value of attribute expected_node
12 13 14 |
# File 'lib/canon/rebaseliner/call_site_resolver.rb', line 12 def expected_node @expected_node end |
#matcher_call_node ⇒ Object
Returns the value of attribute matcher_call_node
12 13 14 |
# File 'lib/canon/rebaseliner/call_site_resolver.rb', line 12 def matcher_call_node @matcher_call_node end |
#matcher_line ⇒ Object
Returns the value of attribute matcher_line
12 13 14 |
# File 'lib/canon/rebaseliner/call_site_resolver.rb', line 12 def matcher_line @matcher_line end |
#source ⇒ Object
Returns the value of attribute source
12 13 14 |
# File 'lib/canon/rebaseliner/call_site_resolver.rb', line 12 def source @source end |