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

Returns:

  • (Object)

    the current value of ast



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

def ast
  @ast
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end