Class: Aio::Module::Description::TotalOutputDrops
- Inherits:
-
Aio::Module::Description
- Object
- Aio::Module::Description
- Aio::Module::Description::TotalOutputDrops
- Includes:
- Aio::Module
- Defined in:
- lib/modules/description/style/total_output_drops.rb
Instance Attribute Summary
Attributes inherited from Aio::Module::Description
Instance Method Summary collapse
-
#initialize ⇒ TotalOutputDrops
constructor
A new instance of TotalOutputDrops.
- #to_s ⇒ Object
Methods inherited from Aio::Module::Description
#author, #case, #clear, #description, #license, #name, #parent?, #set_defaults, #temp, #title, #type
Constructor Details
#initialize ⇒ TotalOutputDrops
Returns a new instance of TotalOutputDrops.
8 9 10 11 12 13 14 15 16 |
# File 'lib/modules/description/style/total_output_drops.rb', line 8 def initialize super({ :author => "Elin", :case => :total_output_drops, :name => "出接口丢包", :title => "出接口丢包检查", :description => "出接口丢包检查" }) end |
Instance Method Details
#to_s ⇒ Object
18 19 20 |
# File 'lib/modules/description/style/total_output_drops.rb', line 18 def to_s "出接口丢包率不应该高出阈值。" end |