Class: KDomain::DomainModel::HasAndBelongsToMany
- Inherits:
-
Object
- Object
- KDomain::DomainModel::HasAndBelongsToMany
- Defined in:
- lib/k_domain/schemas/domain/old/has_and_belongs_to_many.rb
Constant Summary collapse
- KEYS =
%i[a_lambda autosave code_duplicate].freeze
Instance Attribute Summary collapse
-
#a_lambda ⇒ Object
Returns the value of attribute a_lambda.
-
#autosave ⇒ Object
Returns the value of attribute autosave.
-
#code_duplicate ⇒ Object
Returns the value of attribute code_duplicate.
-
#model_name ⇒ Object
Returns the value of attribute model_name.
-
#model_name_plural ⇒ Object
Returns the value of attribute model_name_plural.
-
#name ⇒ Object
Returns the value of attribute name.
-
#related_entity ⇒ Object
Returns the value of attribute related_entity.
Instance Attribute Details
#a_lambda ⇒ Object
Returns the value of attribute a_lambda.
13 14 15 |
# File 'lib/k_domain/schemas/domain/old/has_and_belongs_to_many.rb', line 13 def a_lambda @a_lambda end |
#autosave ⇒ Object
Returns the value of attribute autosave.
14 15 16 |
# File 'lib/k_domain/schemas/domain/old/has_and_belongs_to_many.rb', line 14 def autosave @autosave end |
#code_duplicate ⇒ Object
Returns the value of attribute code_duplicate.
17 18 19 |
# File 'lib/k_domain/schemas/domain/old/has_and_belongs_to_many.rb', line 17 def code_duplicate @code_duplicate end |
#model_name ⇒ Object
Returns the value of attribute model_name.
10 11 12 |
# File 'lib/k_domain/schemas/domain/old/has_and_belongs_to_many.rb', line 10 def model_name @model_name end |
#model_name_plural ⇒ Object
Returns the value of attribute model_name_plural.
11 12 13 |
# File 'lib/k_domain/schemas/domain/old/has_and_belongs_to_many.rb', line 11 def model_name_plural @model_name_plural end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/k_domain/schemas/domain/old/has_and_belongs_to_many.rb', line 8 def name @name end |
#related_entity ⇒ Object
Returns the value of attribute related_entity.
16 17 18 |
# File 'lib/k_domain/schemas/domain/old/has_and_belongs_to_many.rb', line 16 def @related_entity end |