Class: ActiveRecord::Relation::JoinOperation
Instance Attribute Summary (collapse)
-
- (Object) join_class
Returns the value of attribute join_class.
-
- (Object) on
Returns the value of attribute on.
-
- (Object) relation
Returns the value of attribute relation.
Method Summary
Methods inherited from Struct
Instance Attribute Details
- (Object) join_class
Returns the value of attribute join_class
7 8 9 |
# File 'activerecord/lib/active_record/relation.rb', line 7 def join_class @join_class end |
- (Object) on
Returns the value of attribute on
7 8 9 |
# File 'activerecord/lib/active_record/relation.rb', line 7 def on @on end |
- (Object) relation
Returns the value of attribute relation
7 8 9 |
# File 'activerecord/lib/active_record/relation.rb', line 7 def relation @relation end |