Class: Necropsy::AstScanner::CallTraversal
- Inherits:
-
Data
- Object
- Data
- Necropsy::AstScanner::CallTraversal
- Defined in:
- lib/necropsy/ast_scanner.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#receiver ⇒ Object
readonly
Returns the value of attribute receiver.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
37 38 39 |
# File 'lib/necropsy/ast_scanner.rb', line 37 def arguments @arguments end |
#block ⇒ Object (readonly)
Returns the value of attribute block
37 38 39 |
# File 'lib/necropsy/ast_scanner.rb', line 37 def block @block end |
#receiver ⇒ Object (readonly)
Returns the value of attribute receiver
37 38 39 |
# File 'lib/necropsy/ast_scanner.rb', line 37 def receiver @receiver end |