Class: ActiveRecord::Relation::JoinOperation
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::Relation::JoinOperation
- Defined in:
- activerecord/lib/active_record/relation.rb
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.
Instance Attribute Details
- (Object) join_class
Returns the value of attribute join_class
6 7 8 |
# File 'activerecord/lib/active_record/relation.rb', line 6 def join_class @join_class end |
- (Object) on
Returns the value of attribute on
6 7 8 |
# File 'activerecord/lib/active_record/relation.rb', line 6 def on @on end |
- (Object) relation
Returns the value of attribute relation
6 7 8 |
# File 'activerecord/lib/active_record/relation.rb', line 6 def relation @relation end |