Class: Bullseye::FindParts::PartFinder

Inherits:
Object
  • Object
show all
Includes:
Bullseye::FindParts
Defined in:
lib/bullseye/find_parts.rb

Constant Summary

Constants included from Bullseye::FindParts

SEPARATOR

Instance Method Summary collapse

Methods included from Bullseye::FindParts

#actions, #controller, #parts

Constructor Details

#initialize(source) ⇒ PartFinder

Returns a new instance of PartFinder.



20
21
22
# File 'lib/bullseye/find_parts.rb', line 20

def initialize(source)
  @source = source
end