Method: Satisfactory::Record#create_self

Defined in:
lib/satisfactory/record.rb

#create_selfApplicationRecord

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.

Returns:

  • (ApplicationRecord)

Since:

  • 0.2.0



142
143
144
# File 'lib/satisfactory/record.rb', line 142

def create_self
  reify(:create)
end