Class: Necropsy::AstScanner::CallTraversal

Inherits:
Data
  • Object
show all
Defined in:
lib/necropsy/ast_scanner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



37
38
39
# File 'lib/necropsy/ast_scanner.rb', line 37

def arguments
  @arguments
end

#blockObject (readonly)

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



37
38
39
# File 'lib/necropsy/ast_scanner.rb', line 37

def block
  @block
end

#receiverObject (readonly)

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



37
38
39
# File 'lib/necropsy/ast_scanner.rb', line 37

def receiver
  @receiver
end