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



2
3
4
# File 'lib/brakeman/file_parser.rb', line 2

def ast
  @ast
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



2
3
4
# File 'lib/brakeman/file_parser.rb', line 2

def path
  @path
end