Class: ActiveRecordMerger::AssociationFinder::AssociationInfo
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecordMerger::AssociationFinder::AssociationInfo
- Defined in:
- lib/active_record_merger/association_finder.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#foreign_key ⇒ Object
Returns the value of attribute foreign_key.
-
#foreign_type ⇒ Object
Returns the value of attribute foreign_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#polymorphic ⇒ Object
Returns the value of attribute polymorphic.
-
#through ⇒ Object
Returns the value of attribute through.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name
7 8 9 |
# File 'lib/active_record_merger/association_finder.rb', line 7 def class_name @class_name end |
#foreign_key ⇒ Object
Returns the value of attribute foreign_key
7 8 9 |
# File 'lib/active_record_merger/association_finder.rb', line 7 def foreign_key @foreign_key end |
#foreign_type ⇒ Object
Returns the value of attribute foreign_type
7 8 9 |
# File 'lib/active_record_merger/association_finder.rb', line 7 def foreign_type @foreign_type end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/active_record_merger/association_finder.rb', line 7 def name @name end |
#polymorphic ⇒ Object
Returns the value of attribute polymorphic
7 8 9 |
# File 'lib/active_record_merger/association_finder.rb', line 7 def polymorphic @polymorphic end |
#through ⇒ Object
Returns the value of attribute through
7 8 9 |
# File 'lib/active_record_merger/association_finder.rb', line 7 def through @through end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/active_record_merger/association_finder.rb', line 7 def type @type end |