Method: Satisfactory::Record#build_plan
- Defined in:
- lib/satisfactory/record.rb
#build_plan ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
128 129 130 131 132 |
# File 'lib/satisfactory/record.rb', line 128 def build_plan { traits:, }.merge(associations_plan).compact_blank end |