Class: Brakeman::ASTFile
- Inherits:
-
Struct
- Object
- Struct
- Brakeman::ASTFile
- Defined in:
- lib/brakeman/file_parser.rb
Instance Attribute Summary collapse
-
#ast ⇒ Object
Returns the value of attribute ast.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#ast ⇒ Object
Returns the value of attribute ast
4 5 6 |
# File 'lib/brakeman/file_parser.rb', line 4 def ast @ast end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/brakeman/file_parser.rb', line 4 def path @path end |