Class: Aio::Module::Description::CRC
- Inherits:
-
Aio::Module::Description
- Object
- Aio::Module::Description
- Aio::Module::Description::CRC
- Includes:
- Aio::Module
- Defined in:
- lib/modules/description/style/crc.rb
Instance Attribute Summary
Attributes inherited from Aio::Module::Description
Instance Method Summary collapse
-
#initialize ⇒ CRC
constructor
A new instance of CRC.
- #to_s ⇒ Object
Methods inherited from Aio::Module::Description
#author, #case, #clear, #description, #license, #name, #parent?, #set_defaults, #temp, #title, #type
Constructor Details
#initialize ⇒ CRC
Returns a new instance of CRC.
8 9 10 11 12 13 14 15 16 |
# File 'lib/modules/description/style/crc.rb', line 8 def initialize super({ :author => "Elin", :case => :crc, :name => "CRC", :title => "CRC检查", :description => "CRC信息描述" }) end |
Instance Method Details
#to_s ⇒ Object
18 19 20 |
# File 'lib/modules/description/style/crc.rb', line 18 def to_s "要求接口数据统计中CRC统计数为0。" end |