Class: ReactManifest::ApplicationAnalyzer::ClassifiedDirective

Inherits:
Struct
  • Object
show all
Defined in:
lib/react_manifest/application_analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#classificationObject

Returns the value of attribute classification

Returns:

  • (Object)

    the current value of classification



30
31
32
# File 'lib/react_manifest/application_analyzer.rb', line 30

def classification
  @classification
end

#directiveObject

Returns the value of attribute directive

Returns:

  • (Object)

    the current value of directive



30
31
32
# File 'lib/react_manifest/application_analyzer.rb', line 30

def directive
  @directive
end

#noteObject

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



30
31
32
# File 'lib/react_manifest/application_analyzer.rb', line 30

def note
  @note
end

#original_lineObject

Returns the value of attribute original_line

Returns:

  • (Object)

    the current value of original_line



30
31
32
# File 'lib/react_manifest/application_analyzer.rb', line 30

def original_line
  @original_line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



30
31
32
# File 'lib/react_manifest/application_analyzer.rb', line 30

def path
  @path
end