Class: ActiveRecord::Relation::JoinOperation
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::Relation::JoinOperation
- Defined in:
- lib/active_record/relation.rb
Instance Attribute Summary collapse
-
#join_class ⇒ Object
Returns the value of attribute join_class.
-
#on ⇒ Object
Returns the value of attribute on.
-
#relation ⇒ Object
Returns the value of attribute relation.
Instance Attribute Details
#join_class ⇒ Object
Returns the value of attribute join_class
6 7 8 |
# File 'lib/active_record/relation.rb', line 6 def join_class @join_class end |
#on ⇒ Object
Returns the value of attribute on
6 7 8 |
# File 'lib/active_record/relation.rb', line 6 def on @on end |
#relation ⇒ Object
Returns the value of attribute relation
6 7 8 |
# File 'lib/active_record/relation.rb', line 6 def relation @relation end |