Class: Workarea::Storefront::FulfillmentItemViewModel

Inherits:
ApplicationViewModel
  • Object
show all
Defined in:
app/view_models/workarea/storefront/fulfillment_item_view_model.rb

Instance Method Summary collapse

Instance Method Details

#eventsObject



4
5
6
# File 'app/view_models/workarea/storefront/fulfillment_item_view_model.rb', line 4

def events
  options[:events] || []
end

#quantityObject



8
9
10
# File 'app/view_models/workarea/storefront/fulfillment_item_view_model.rb', line 8

def quantity
  options[:quantity] || events.sum(&:quantity)
end