Class: Actions::Pulp3::Repository::Presenters::AbstractSyncPresenter
- Inherits:
-
Helpers::Presenter::Base
- Object
- Helpers::Presenter::Base
- Actions::Pulp3::Repository::Presenters::AbstractSyncPresenter
- Defined in:
- app/lib/actions/pulp3/repository/presenters/abstract_sync_presenter.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Helpers::Presenter::Base
Instance Method Summary collapse
Methods inherited from Helpers::Presenter::Base
Constructor Details
This class inherits a constructor from Actions::Helpers::Presenter::Base
Instance Method Details
#humanized_output ⇒ Object
6 7 8 9 10 |
# File 'app/lib/actions/pulp3/repository/presenters/abstract_sync_presenter.rb', line 6 def humanized_output if action.external_task humanized_details end end |