Class: ZweaBot::Models::Element
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- ZweaBot::Models::Element
- Defined in:
- lib/zwea_bot/models/element.rb
Instance Method Summary collapse
Instance Method Details
#report_lines ⇒ Object
15 16 17 |
# File 'lib/zwea_bot/models/element.rb', line 15 def report_lines ["- #{name} (#{identifier}): Qty #{total_quantity}"] end |
#total_quantity ⇒ Object
11 12 13 |
# File 'lib/zwea_bot/models/element.rb', line 11 def total_quantity line_items.sum(&:quantity) end |