Class: Renalware::Accesses::ProcedurePresenter

Inherits:
DumbDelegator show all
Defined in:
app/presenters/renalware/accesses/procedure_presenter.rb

Instance Method Summary collapse

Methods inherited from DumbDelegator

#inspect, #public_send, #send, #try, #try!

Instance Method Details

#failed_onObject



14
15
16
# File 'app/presenters/renalware/accesses/procedure_presenter.rb', line 14

def failed_on
  ::I18n.l(super)
end

#first_used_onObject



10
11
12
# File 'app/presenters/renalware/accesses/procedure_presenter.rb', line 10

def first_used_on
  ::I18n.l(super)
end

#performed_onObject



6
7
8
# File 'app/presenters/renalware/accesses/procedure_presenter.rb', line 6

def performed_on
  ::I18n.l(super)
end

#sideObject



18
19
20
# File 'app/presenters/renalware/accesses/procedure_presenter.rb', line 18

def side
  super.try(:text)
end