Class: Itools::ClassFindResult

Inherits:
Object
  • Object
show all
Defined in:
lib/itools/class_unuse_finder.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(temp_name, temp_path) ⇒ ClassFindResult

Returns a new instance of ClassFindResult.



124
125
126
127
# File 'lib/itools/class_unuse_finder.rb', line 124

def initialize(temp_name,temp_path)
    @fr_name = temp_name
    @fr_path = temp_path
end

Instance Attribute Details

#fr_nameObject

Returns the value of attribute fr_name.



123
124
125
# File 'lib/itools/class_unuse_finder.rb', line 123

def fr_name
  @fr_name
end

#fr_pathObject

Returns the value of attribute fr_path.



123
124
125
# File 'lib/itools/class_unuse_finder.rb', line 123

def fr_path
  @fr_path
end