Class: ActiveRecord::Relation::JoinOperation

Inherits:
Struct show all
Defined in:
activerecord/lib/active_record/relation.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json, #to_h

Instance Attribute Details

#join_classObject

Returns the value of attribute join_class

Returns:

  • (Object)

    the current value of join_class



6
7
8
# File 'activerecord/lib/active_record/relation.rb', line 6

def join_class
  @join_class
end

#onObject

Returns the value of attribute on

Returns:

  • (Object)

    the current value of on



6
7
8
# File 'activerecord/lib/active_record/relation.rb', line 6

def on
  @on
end

#relationObject

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



6
7
8
# File 'activerecord/lib/active_record/relation.rb', line 6

def relation
  @relation
end