Class: Railsmith::Generators::AssocSpec
- Inherits:
-
Struct
- Object
- Struct
- Railsmith::Generators::AssocSpec
- Defined in:
- lib/generators/railsmith/model_service/model_service_generator.rb
Instance Attribute Summary collapse
-
#macro ⇒ Object
Returns the value of attribute macro.
-
#name ⇒ Object
Returns the value of attribute name.
-
#service_class_name ⇒ Object
Returns the value of attribute service_class_name.
-
#service_exists ⇒ Object
Returns the value of attribute service_exists.
Instance Attribute Details
#macro ⇒ Object
Returns the value of attribute macro
9 10 11 |
# File 'lib/generators/railsmith/model_service/model_service_generator.rb', line 9 def macro @macro end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/generators/railsmith/model_service/model_service_generator.rb', line 9 def name @name end |
#service_class_name ⇒ Object
Returns the value of attribute service_class_name
9 10 11 |
# File 'lib/generators/railsmith/model_service/model_service_generator.rb', line 9 def service_class_name @service_class_name end |
#service_exists ⇒ Object
Returns the value of attribute service_exists
9 10 11 |
# File 'lib/generators/railsmith/model_service/model_service_generator.rb', line 9 def service_exists @service_exists end |