Module: Aperitiiif::Items
- Included in:
- Batch
- Defined in:
- lib/aperitiiif/batch/items.rb
Overview
TO DO COMMENT
Instance Method Summary collapse
Instance Method Details
#items ⇒ Object
9 10 11 |
# File 'lib/aperitiiif/batch/items.rb', line 9 def items @items ||= items_from_assets end |
#items=(items) ⇒ Object
13 14 15 |
# File 'lib/aperitiiif/batch/items.rb', line 13 def items=(items) @items = items end |