Class: ReactOnRails::SystemChecker::PackageManagerDetection
- Inherits:
-
Struct
- Object
- Struct
- ReactOnRails::SystemChecker::PackageManagerDetection
- Defined in:
- lib/react_on_rails/system_checker.rb
Instance Attribute Summary collapse
-
#lockfile_scan_blocked ⇒ Object
Returns the value of attribute lockfile_scan_blocked.
-
#manager ⇒ Object
Returns the value of attribute manager.
Instance Attribute Details
#lockfile_scan_blocked ⇒ Object
Returns the value of attribute lockfile_scan_blocked
18 19 20 |
# File 'lib/react_on_rails/system_checker.rb', line 18 def lockfile_scan_blocked @lockfile_scan_blocked end |
#manager ⇒ Object
Returns the value of attribute manager
18 19 20 |
# File 'lib/react_on_rails/system_checker.rb', line 18 def manager @manager end |