Method: Yast2::SystemService#errors
- Defined in:
- library/systemd/src/lib/yast2/system_service.rb
#errors ⇒ Hash<Symbol, Object> (readonly)
Returns Errors when trying to write changes to the underlying system.
- :active [Boolean] whether the service should be active after saving
- :start_mode [Symbol] start mode the service should have after saving.
90 91 92 |
# File 'library/systemd/src/lib/yast2/system_service.rb', line 90 def errors @errors end |