Class: ReactManifest::ApplicationAnalyzer::ClassifiedDirective
- Inherits:
-
Struct
- Object
- Struct
- ReactManifest::ApplicationAnalyzer::ClassifiedDirective
- Defined in:
- lib/react_manifest/application_analyzer.rb
Instance Attribute Summary collapse
-
#classification ⇒ Object
Returns the value of attribute classification.
-
#directive ⇒ Object
Returns the value of attribute directive.
-
#note ⇒ Object
Returns the value of attribute note.
-
#original_line ⇒ Object
Returns the value of attribute original_line.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#classification ⇒ Object
Returns the value of attribute classification
30 31 32 |
# File 'lib/react_manifest/application_analyzer.rb', line 30 def classification @classification end |
#directive ⇒ Object
Returns the value of attribute directive
30 31 32 |
# File 'lib/react_manifest/application_analyzer.rb', line 30 def directive @directive end |
#note ⇒ Object
Returns the value of attribute note
30 31 32 |
# File 'lib/react_manifest/application_analyzer.rb', line 30 def note @note end |
#original_line ⇒ Object
Returns the value of attribute original_line
30 31 32 |
# File 'lib/react_manifest/application_analyzer.rb', line 30 def original_line @original_line end |
#path ⇒ Object
Returns the value of attribute path
30 31 32 |
# File 'lib/react_manifest/application_analyzer.rb', line 30 def path @path end |