Class: Itools::FindResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, path) ⇒ FindResult

Returns a new instance of FindResult.



6
7
8
9
# File 'lib/itools/find_unuse_img.rb', line 6

def initialize(name,path)
   @name = name
   @path = path
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/itools/find_unuse_img.rb', line 5

def name
  @name
end

#pathObject

Returns the value of attribute path.



5
6
7
# File 'lib/itools/find_unuse_img.rb', line 5

def path
  @path
end