Class: Renalware::DatedConfirmation

Inherits:
NestedAttribute show all
Defined in:
app/documents/renalware/dated_confirmation.rb

Constant Summary

Constants inherited from Document::Embedded

Document::Embedded::STRIPPABLE_TYPES

Instance Method Summary collapse

Methods inherited from NestedAttribute

#nested_attribute?, #to_partial_path

Methods inherited from Document::Embedded

attribute, attributes_list, #method_missing, old_attribute, old_attributes, #strip_leading_trailing_whitespace_from_numbers

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Document::Embedded

Instance Method Details

#to_sObject



13
14
15
16
# File 'app/documents/renalware/dated_confirmation.rb', line 13

def to_s
  datestamp = confirmed_on.present? ? "(#{I18n.l(confirmed_on)})" : nil
  [status.try(:text), datestamp].compact.join(" ")
end