Class: RailsVitals::Analyzers::AssociationMapper::ModelNode
- Inherits:
-
Struct
- Object
- Struct
- RailsVitals::Analyzers::AssociationMapper::ModelNode
- Defined in:
- lib/rails_vitals/analyzers/association_mapper.rb
Instance Attribute Summary collapse
-
#associations ⇒ Object
Returns the value of attribute associations.
-
#avg_query_time_ms ⇒ Object
Returns the value of attribute avg_query_time_ms.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#has_n1 ⇒ Object
Returns the value of attribute has_n1.
-
#n1_patterns ⇒ Object
Returns the value of attribute n1_patterns.
-
#name ⇒ Object
Returns the value of attribute name.
-
#position ⇒ Object
Returns the value of attribute position.
-
#query_count ⇒ Object
Returns the value of attribute query_count.
-
#table ⇒ Object
Returns the value of attribute table.
Instance Attribute Details
#associations ⇒ Object
Returns the value of attribute associations
4 5 6 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 4 def associations @associations end |
#avg_query_time_ms ⇒ Object
Returns the value of attribute avg_query_time_ms
4 5 6 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 4 def avg_query_time_ms @avg_query_time_ms end |
#depth ⇒ Object
Returns the value of attribute depth
4 5 6 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 4 def depth @depth end |
#has_n1 ⇒ Object
Returns the value of attribute has_n1
4 5 6 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 4 def has_n1 @has_n1 end |
#n1_patterns ⇒ Object
Returns the value of attribute n1_patterns
4 5 6 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 4 def n1_patterns @n1_patterns end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 4 def name @name end |
#position ⇒ Object
Returns the value of attribute position
4 5 6 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 4 def position @position end |
#query_count ⇒ Object
Returns the value of attribute query_count
4 5 6 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 4 def query_count @query_count end |
#table ⇒ Object
Returns the value of attribute table
4 5 6 |
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 4 def table @table end |