Class: Rake::Funnel::Tasks::QuickTemplate
- Inherits:
-
TaskLib
- Object
- TaskLib
- Rake::Funnel::Tasks::QuickTemplate
- Includes:
- Support
- Defined in:
- lib/rake/funnel/tasks/quick_template.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#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) ⇒ QuickTemplate
constructor
A new instance of QuickTemplate.
Constructor Details
#initialize(*args, &task_block) ⇒ QuickTemplate
Returns a new instance of QuickTemplate.
12 13 14 15 16 |
# File 'lib/rake/funnel/tasks/quick_template.rb', line 12 def initialize(*args, &task_block) setup_ivars(args) define(args, &task_block) end |
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context.
10 11 12 |
# File 'lib/rake/funnel/tasks/quick_template.rb', line 10 def context @context end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/rake/funnel/tasks/quick_template.rb', line 10 def name @name end |
#search_pattern ⇒ Object
Returns the value of attribute search_pattern.
10 11 12 |
# File 'lib/rake/funnel/tasks/quick_template.rb', line 10 def search_pattern @search_pattern end |