class Aio::Module::Description::Overrun

Public Class Methods

new() click to toggle source
Calls superclass method Aio::Module::Description::new
# File lib/modules/description/style/overrun.rb, line 8
def initialize
  super({
    :author     => "Elin",
    :case       => :overrun,
    :name       => "超出接口承受能力",
    :title      => "接口OVERRUN检查",
    :description  => "接口Overrun检查"
  })  
end

Public Instance Methods

to_s() click to toggle source
# File lib/modules/description/style/overrun.rb, line 18
def to_s
        "接口接收的包超过接口的承受能力,此值应该为0。"
end