Class: KDomain::DomainModel::HasAndBelongsToMany

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#a_lambdaObject

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

#autosaveObject

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_duplicateObject

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_nameObject

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_pluralObject

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

#nameObject

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

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
  @related_entity
end