Method: Satisfactory::Record#build_plan

Defined in:
lib/satisfactory/record.rb

#build_planObject

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.

Since:

  • 0.2.0



128
129
130
131
132
# File 'lib/satisfactory/record.rb', line 128

def build_plan
  {
    traits:,
  }.merge(associations_plan).compact_blank
end