Class: ActiveRecord::Relation::JoinOperation

Inherits:
Struct
  • Object
show all
Defined in:
lib/ocean-dynamo/active_record_stuff/relation.rb

Overview

:nodoc: all

Instance Attribute Summary collapse

Instance Attribute Details

#join_classObject

Returns the value of attribute join_class

Returns:

  • (Object)

    the current value of join_class



4
5
6
# File 'lib/ocean-dynamo/active_record_stuff/relation.rb', line 4

def join_class
  @join_class
end

#onObject

Returns the value of attribute on

Returns:

  • (Object)

    the current value of on



4
5
6
# File 'lib/ocean-dynamo/active_record_stuff/relation.rb', line 4

def on
  @on
end

#relationObject

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



4
5
6
# File 'lib/ocean-dynamo/active_record_stuff/relation.rb', line 4

def relation
  @relation
end