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



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

def ast
  @ast
end

#pathObject

Returns the value of attribute path



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

def path
  @path
end