Sha256: 30094faae335717af52461c64ade808947c32ae471e901744a8615968c912eab

Contents?: true

Size: 360 Bytes

Versions: 18

Compression:

Stored size: 360 Bytes

Contents

#coding=utf-8

require "aio/core"

class Aio::Module::Description::CRC < Aio::Module::Description
	include Aio::Module

	def initialize
		super({
			:author			=> "Elin",
			:case				=> :crc,
			:name				=> "CRC",
			:title			=> "CRC检查",
			:description	=> "CRC信息描述"
		})
	end

	def to_s
		"要求接口数据统计中CRC统计数为0。"
	end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
aio_elin-1.1.8 lib/modules/description/style/crc.rb
aio_elin-1.1.7 lib/modules/description/style/crc.rb
aio_elin-1.1.4 lib/modules/description/style/crc.rb
aio_elin-1.1.3 lib/modules/description/style/crc.rb
aio_elin-1.1.2 lib/modules/description/style/crc.rb
aio_elin-1.1.1 lib/modules/description/style/crc.rb
aio_elin-1.1.0 lib/modules/description/style/crc.rb
aio_elin-1.0.9 lib/modules/description/style/crc.rb
aio_elin-1.0.8 lib/modules/description/style/crc.rb
aio_elin-1.0.7 lib/modules/description/style/crc.rb
aio_elin-1.0.6 lib/modules/description/style/crc.rb
aio_elin-1.0.5 lib/modules/description/style/crc.rb
aio_elin-1.0.4 lib/modules/description/style/crc.rb
aio_elin-1.0.3 lib/modules/description/style/crc.rb
aio_elin-1.0.2 lib/modules/description/style/crc.rb
aio_elin-1.0.1 lib/modules/description/style/crc.rb
aio_elin-1.0.0 lib/modules/description/style/crc.rb
aio_elin-0.0.1 lib/modules/description/style/crc.rb