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