Class: Brakeman::ASTFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/brakeman/file_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#astObject

Returns the value of attribute ast

Returns:

  • (Object)

    the current value of ast



4
5
6
# File 'lib/brakeman/file_parser.rb', line 4

def ast
  @ast
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/brakeman/file_parser.rb', line 4

def path
  @path
end