class ACIrb::FileRemotePath

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/file.rb, line 91
def rn
  'path-' << @attributes['name'] << ''
end