Module: Inventory::Rake::Tasks
- Defined in:
- lib/inventory/rake/tasks-1.0.rb
Defined Under Namespace
Classes: Clean, Gem, Inventory
Class Attribute Summary collapse
-
.cleanfiles ⇒ Object
readonly
Returns the value of attribute cleanfiles.
-
.distcleanfiles ⇒ Object
readonly
Returns the value of attribute distcleanfiles.
-
.inventory ⇒ Object
Returns the value of attribute inventory.
-
.mostlycleanfiles ⇒ Object
readonly
Returns the value of attribute mostlycleanfiles.
Class Method Summary collapse
Class Attribute Details
.cleanfiles ⇒ Object (readonly)
Returns the value of attribute cleanfiles.
17 18 19 |
# File 'lib/inventory/rake/tasks-1.0.rb', line 17 def cleanfiles @cleanfiles end |
.distcleanfiles ⇒ Object (readonly)
Returns the value of attribute distcleanfiles.
17 18 19 |
# File 'lib/inventory/rake/tasks-1.0.rb', line 17 def distcleanfiles @distcleanfiles end |
.inventory ⇒ Object
Returns the value of attribute inventory.
15 16 17 |
# File 'lib/inventory/rake/tasks-1.0.rb', line 15 def inventory @inventory end |
.mostlycleanfiles ⇒ Object (readonly)
Returns the value of attribute mostlycleanfiles.
17 18 19 |
# File 'lib/inventory/rake/tasks-1.0.rb', line 17 def mostlycleanfiles @mostlycleanfiles end |