Class: ActiveRecord::Associations::JoinDependency::JoinAssociation::JoinInformation

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_record/associations/join_dependency/join_association.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bindsObject

Returns the value of attribute binds

Returns:

  • (Object)

    the current value of binds



24
25
26
# File 'lib/active_record/associations/join_dependency/join_association.rb', line 24

def binds
  @binds
end

#joinsObject

Returns the value of attribute joins

Returns:

  • (Object)

    the current value of joins



24
25
26
# File 'lib/active_record/associations/join_dependency/join_association.rb', line 24

def joins
  @joins
end