Class: ReactManifest::Scanner::Result
- Inherits:
-
Struct
- Object
- Struct
- ReactManifest::Scanner::Result
- Defined in:
- lib/react_manifest/scanner.rb
Instance Attribute Summary collapse
-
#controller_usages ⇒ Object
Returns the value of attribute controller_usages.
-
#symbol_index ⇒ Object
Returns the value of attribute symbol_index.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#controller_usages ⇒ Object
Returns the value of attribute controller_usages
58 59 60 |
# File 'lib/react_manifest/scanner.rb', line 58 def controller_usages @controller_usages end |
#symbol_index ⇒ Object
Returns the value of attribute symbol_index
58 59 60 |
# File 'lib/react_manifest/scanner.rb', line 58 def symbol_index @symbol_index end |
#warnings ⇒ Object
Returns the value of attribute warnings
58 59 60 |
# File 'lib/react_manifest/scanner.rb', line 58 def warnings @warnings end |