Class: DeployKeyPresenter
- Inherits:
-
KeyPresenter
- Object
- SimpleDelegator
- Gitlab::View::Presenter::Delegated
- KeyPresenter
- DeployKeyPresenter
- Defined in:
- app/presenters/deploy_key_presenter.rb
Overview
rubocop:disable Gitlab/NamespacedClass
Instance Method Summary collapse
Methods included from SafeFormatHelper
Methods inherited from Gitlab::View::Presenter::Delegated
Methods included from Gitlab::Utils::DelegatorOverride
#delegator_override, #delegator_override_with, #delegator_target, validator, validators, verify!
Methods included from Gitlab::View::Presenter::Base
#__subject__, #can?, #declarative_policy_delegate, #is_a?, #path_with_line_numbers, #present, #url_builder, #web_path, #web_url
Methods included from Gitlab::Allowable
Methods included from Gitlab::Routing
includes_helpers, redirect_legacy_paths, url_helpers
Constructor Details
This class inherits a constructor from Gitlab::View::Presenter::Delegated
Instance Method Details
#humanized_error_message ⇒ Object
6 7 8 |
# File 'app/presenters/deploy_key_presenter.rb', line 6 def super(type: :deploy_key) end |