Class: RailsVitals::Analyzers::AssociationMapper::AssociationEdge

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_vitals/analyzers/association_mapper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#foreign_keyObject

Returns the value of attribute foreign_key

Returns:

  • (Object)

    the current value of foreign_key



11
12
13
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11

def foreign_key
  @foreign_key
end

#from_modelObject

Returns the value of attribute from_model

Returns:

  • (Object)

    the current value of from_model



11
12
13
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11

def from_model
  @from_model
end

#has_n1Object

Returns the value of attribute has_n1

Returns:

  • (Object)

    the current value of has_n1



11
12
13
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11

def has_n1
  @has_n1
end

#indexedObject

Returns the value of attribute indexed

Returns:

  • (Object)

    the current value of indexed



11
12
13
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11

def indexed
  @indexed
end

#macroObject

Returns the value of attribute macro

Returns:

  • (Object)

    the current value of macro



11
12
13
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11

def macro
  @macro
end

#to_modelObject

Returns the value of attribute to_model

Returns:

  • (Object)

    the current value of to_model



11
12
13
# File 'lib/rails_vitals/analyzers/association_mapper.rb', line 11

def to_model
  @to_model
end