Class: Brakeman::TemplateParser::TemplateFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#astObject

Returns the value of attribute ast



7
8
9
# File 'lib/brakeman/parsers/template_parser.rb', line 7

def ast
  @ast
end

#nameObject

Returns the value of attribute name



7
8
9
# File 'lib/brakeman/parsers/template_parser.rb', line 7

def name
  @name
end

#pathObject

Returns the value of attribute path



7
8
9
# File 'lib/brakeman/parsers/template_parser.rb', line 7

def path
  @path
end

#typeObject

Returns the value of attribute type



7
8
9
# File 'lib/brakeman/parsers/template_parser.rb', line 7

def type
  @type
end