Class: Renalware::Letters::ElectronicReceiptPresenter

Inherits:
DumbDelegator
  • Object
show all
Defined in:
app/presenters/renalware/letters/electronic_receipt_presenter.rb

Instance Method Summary collapse

Methods inherited from DumbDelegator

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

Instance Method Details

#html_identifierObject



8
9
10
# File 'app/presenters/renalware/letters/electronic_receipt_presenter.rb', line 8

def html_identifier
  "electronic-receipt-#{id}"
end

#html_preview_identifierObject



12
13
14
# File 'app/presenters/renalware/letters/electronic_receipt_presenter.rb', line 12

def html_preview_identifier
  "electronic-receipt-preview-#{id}"
end