Class: Rake::Funnel::Tasks::BinPath
- Inherits:
-
TaskLib
- Object
- TaskLib
- Rake::Funnel::Tasks::BinPath
- Defined in:
- lib/rake/funnel/tasks/bin_path.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#search_pattern ⇒ Object
Returns the value of attribute search_pattern.
Instance Method Summary collapse
-
#initialize(*args, &task_block) ⇒ BinPath
constructor
A new instance of BinPath.
Constructor Details
#initialize(*args, &task_block) ⇒ BinPath
Returns a new instance of BinPath.
9 10 11 12 13 |
# File 'lib/rake/funnel/tasks/bin_path.rb', line 9 def initialize(*args, &task_block) setup_ivars(args) define(args, &task_block) end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/rake/funnel/tasks/bin_path.rb', line 7 def name @name end |
#search_pattern ⇒ Object
Returns the value of attribute search_pattern.
7 8 9 |
# File 'lib/rake/funnel/tasks/bin_path.rb', line 7 def search_pattern @search_pattern end |