Class: WebFont::CacheTask
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- WebFont::CacheTask
- Defined in:
- lib/web_font/cache_task.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ CacheTask
constructor
A new instance of CacheTask.
Constructor Details
#initialize ⇒ CacheTask
Returns a new instance of CacheTask.
13 14 15 |
# File 'lib/web_font/cache_task.rb', line 13 def initialize define_tasks end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/web_font/cache_task.rb', line 7 def name @name end |
#verbose ⇒ Object
Returns the value of attribute verbose.
7 8 9 |
# File 'lib/web_font/cache_task.rb', line 7 def verbose @verbose end |
Class Method Details
.define_tasks! ⇒ Object
9 10 11 |
# File 'lib/web_font/cache_task.rb', line 9 def self.define_tasks! new end |