class Itools::ClassFindResult

————————查找结果类————————

Attributes

fr_name[RW]
fr_path[RW]

Public Class Methods

new(temp_name,temp_path) click to toggle source
# File lib/itools/class_unuse_finder.rb, line 123
def initialize(temp_name,temp_path)
    @fr_name = temp_name
    @fr_path = temp_path
end