Class: Decidim::Elections::TrusteePresenter
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Decidim::Elections::TrusteePresenter
- Defined in:
- app/presenters/decidim/elections/trustee_presenter.rb
Overview
Decorator for trustee
Instance Method Summary collapse
Instance Method Details
#public_key_thumbprint ⇒ Object
13 14 15 |
# File 'app/presenters/decidim/elections/trustee_presenter.rb', line 13 def public_key_thumbprint @public_key_thumbprint ||= format_thumbprint(jwk_thumbprint(JSON.parse(trustee.public_key))) if trustee.public_key.present? end |
#trustee ⇒ Object
9 10 11 |
# File 'app/presenters/decidim/elections/trustee_presenter.rb', line 9 def trustee __getobj__ end |