class Aio::Module::OutputStyle::CompareDiff

Public Class Methods

new() click to toggle source
Calls superclass method Aio::Module::OutputStyle::new
# File lib/modules/output/style/compare_diff.rb, line 10
def initialize
  super({
    :author                   => "Elin",
    :description      => "这个模块用来输出比较信息报告",
    :file_suffix      => "txt",
  })
end

Public Instance Methods

generate() click to toggle source
# File lib/modules/output/style/compare_diff.rb, line 18
def generate
  device_manager
end