Class: FactoryBot::Generators::FixedAttribute
- Inherits:
-
Struct
- Object
- Struct
- FactoryBot::Generators::FixedAttribute
- Defined in:
- lib/generators/factory_bot/authentication/authentication_generator.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
Returns the value of attribute default.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#default ⇒ Object
Returns the value of attribute default
7 8 9 |
# File 'lib/generators/factory_bot/authentication/authentication_generator.rb', line 7 def default @default end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/generators/factory_bot/authentication/authentication_generator.rb', line 7 def name @name end |