Method: ConfigScripts::Seeds::SeedType#attributes

Defined in:
lib/config_scripts/seeds/seed_type.rb

#attributesArray<Symbol> (readonly)

The names of the attributes on the model object that we store in the seed file.

Returns:

  • (Array<Symbol>)


25
26
27
# File 'lib/config_scripts/seeds/seed_type.rb', line 25

def attributes
  @attributes
end