Class: Inventory::OrderedRemainingItems::Result
- Inherits:
-
Data
- Object
- Data
- Inventory::OrderedRemainingItems::Result
- Defined in:
- app/services/inventory/ordered_remaining_items.rb
Instance Attribute Summary collapse
-
#item_groups ⇒ Object
readonly
Returns the value of attribute item_groups.
Instance Method Summary collapse
-
#initialize(item_groups: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(item_groups: nil) ⇒ Result
Returns a new instance of Result.
4 |
# File 'app/services/inventory/ordered_remaining_items.rb', line 4 def initialize(item_groups: nil) = super |
Instance Attribute Details
#item_groups ⇒ Object (readonly)
Returns the value of attribute item_groups
3 4 5 |
# File 'app/services/inventory/ordered_remaining_items.rb', line 3 def item_groups @item_groups end |