Class: Brakeman::TemplateParser::TemplateFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#ast ⇒ Object

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

#name ⇒ Object

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

#path ⇒ Object

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

#type ⇒ Object

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