Method: Inventory::Rake::Tasks::Compile#inventory=

Defined in:
lib/inventory-rake-1.0/tasks/compile.rb

#inventory=(value) ⇒ Inventory (writeonly)

Returns The inventory to use: VALUE.

Parameters:

Returns:

  • (Inventory)

    The inventory to use: VALUE



112
113
114
# File 'lib/inventory-rake-1.0/tasks/compile.rb', line 112

def inventory=(value)
  @inventory = value
end