Class: Itools::ClassFindResult
- Inherits:
-
Object
- Object
- Itools::ClassFindResult
- Defined in:
- lib/itools/class_unuse_finder.rb
Overview
————————查找结果类————————
Instance Attribute Summary collapse
-
#fr_name ⇒ Object
Returns the value of attribute fr_name.
-
#fr_path ⇒ Object
Returns the value of attribute fr_path.
Instance Method Summary collapse
-
#initialize(temp_name, temp_path) ⇒ ClassFindResult
constructor
A new instance of ClassFindResult.
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_name ⇒ Object
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_path ⇒ Object
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 |