Class: RailsVitals::Analyzers::AssociationMapper::AssociationEdge
- Inherits:
-
Struct
- Object
- Struct
- RailsVitals::Analyzers::AssociationMapper::AssociationEdge
- Defined in:
- lib/rails_vitals/analyzers/association_mapper.rb
Instance Attribute Summary collapse
-
#foreign_key ⇒ Object
Returns the value of attribute foreign_key.
-
#from_model ⇒ Object
Returns the value of attribute from_model.
-
#has_n1 ⇒ Object
Returns the value of attribute has_n1.
-
#indexed ⇒ Object
Returns the value of attribute indexed.
-
#macro ⇒ Object
Returns the value of attribute macro.
-
#to_model ⇒ Object
Returns the value of attribute to_model.
Instance Attribute Details
#foreign_key ⇒ Object
Returns the value of attribute foreign_key
11 12 13 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11 def foreign_key @foreign_key end |
#from_model ⇒ Object
Returns the value of attribute from_model
11 12 13 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11 def from_model @from_model end |
#has_n1 ⇒ Object
Returns the value of attribute has_n1
11 12 13 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11 def has_n1 @has_n1 end |
#indexed ⇒ Object
Returns the value of attribute indexed
11 12 13 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11 def indexed @indexed end |
#macro ⇒ Object
Returns the value of attribute macro
11 12 13 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11 def macro @macro end |
#to_model ⇒ Object
Returns the value of attribute to_model
11 12 13 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11 def to_model @to_model end |