Class: Support::Rake::Update::MakeTask
- Inherits:
-
Struct
- Object
- Struct
- Support::Rake::Update::MakeTask
- Defined in:
- lib/support/rake/update.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Method Summary collapse
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
8 9 10 |
# File 'lib/support/rake/update.rb', line 8 def enabled @enabled end |
#target ⇒ Object
Returns the value of attribute target
8 9 10 |
# File 'lib/support/rake/update.rb', line 8 def target @target end |
Instance Method Details
#skip? ⇒ Boolean
9 10 11 |
# File 'lib/support/rake/update.rb', line 9 def skip? !enabled end |