class ACIrb::ThrottlerInProgress

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/throttler.rb, line 77
def rn
  'inProgress-[' << @attributes['policyDn'] << ']'
end