Class: ActiveRecord::Relation::JoinOperation
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::Relation::JoinOperation
- Defined in:
- lib/ocean-dynamo/active_record_stuff/relation.rb
Overview
:nodoc: all
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
4 5 6 |
# File 'lib/ocean-dynamo/active_record_stuff/relation.rb', line 4 def join_class @join_class end |
#on ⇒ Object
Returns the value of attribute on
4 5 6 |
# File 'lib/ocean-dynamo/active_record_stuff/relation.rb', line 4 def on @on end |
#relation ⇒ Object
Returns the value of attribute relation
4 5 6 |
# File 'lib/ocean-dynamo/active_record_stuff/relation.rb', line 4 def relation @relation end |