class Aio::Module::Description::InputErrors

Public Class Methods

new() click to toggle source
Calls superclass method Aio::Module::Description::new
# File lib/modules/description/style/input_errors.rb, line 8
def initialize
  super({
    :author     => "Elin",
    :case       => :input_errors,
    :name       => "接口进方向错误包",
    :title      => "接口进方向错误包检查",
    :description  => "Temp"
  })  
end

Public Instance Methods

to_s() click to toggle source
# File lib/modules/description/style/input_errors.rb, line 18
def to_s
        "要求接口数据统计中的Input Errors统计数为0。"
end