class ACIrb::VpcIf

Public Instance Methods

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