class ACIrb::SyntheticAnotherTestObj

Public Instance Methods

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