Class: ReactManifest::Scanner::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#controller_usagesObject

Returns the value of attribute controller_usages

Returns:

  • (Object)

    the current value of controller_usages



58
59
60
# File 'lib/react_manifest/scanner.rb', line 58

def controller_usages
  @controller_usages
end

#symbol_indexObject

Returns the value of attribute symbol_index

Returns:

  • (Object)

    the current value of symbol_index



58
59
60
# File 'lib/react_manifest/scanner.rb', line 58

def symbol_index
  @symbol_index
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



58
59
60
# File 'lib/react_manifest/scanner.rb', line 58

def warnings
  @warnings
end