Class: FactoryBot::Generators::FixedAttribute

Inherits:
Struct
  • Object
show all
Defined in:
lib/generators/factory_bot/authentication/authentication_generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



7
8
9
# File 'lib/generators/factory_bot/authentication/authentication_generator.rb', line 7

def default
  @default
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/generators/factory_bot/authentication/authentication_generator.rb', line 7

def name
  @name
end