Class: ForemanNetbox::SyncHost::Organizer
- Inherits:
-
Object
- Object
- ForemanNetbox::SyncHost::Organizer
- Includes:
- Interactor::Organizer
- Defined in:
- app/interactors/foreman_netbox/sync_host/organizer.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
16 17 18 19 20 21 22 23 |
# File 'app/interactors/foreman_netbox/sync_host/organizer.rb', line 16 def call super update_status rescue Interactor::Failure => e update_status raise e end |