class Aio::Module::Description::CRC
Public Class Methods
new()
click to toggle source
Calls superclass method
Aio::Module::Description::new
# File lib/modules/description/style/crc.rb, line 8 def initialize super({ :author => "Elin", :case => :crc, :name => "CRC", :title => "CRC检查", :description => "CRC信息描述" }) end
Public Instance Methods
to_s()
click to toggle source
# File lib/modules/description/style/crc.rb, line 18 def to_s "要求接口数据统计中CRC统计数为0。" end