Class: ActiveRecord::Associations::JoinDependency::JoinAssociation::JoinInformation
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::Associations::JoinDependency::JoinAssociation::JoinInformation
- Defined in:
- lib/active_record/associations/join_dependency/join_association.rb
Instance Attribute Summary collapse
-
#binds ⇒ Object
Returns the value of attribute binds.
-
#joins ⇒ Object
Returns the value of attribute joins.
Instance Attribute Details
#binds ⇒ Object
Returns the value of attribute binds
24 25 26 |
# File 'lib/active_record/associations/join_dependency/join_association.rb', line 24 def binds @binds end |
#joins ⇒ Object
Returns the value of attribute joins
24 25 26 |
# File 'lib/active_record/associations/join_dependency/join_association.rb', line 24 def joins @joins end |