class ACIrb::HealthRecord

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/health.rb, line 335
def rn
  'hr-' << @attributes['id'] << ''
end