Class: N1Loader::ActiveRecord::Associations::Preloader::N1LoaderReflection

Inherits:
Struct
  • Object
show all
Defined in:
lib/n1_loader/active_record/associations_preloader_v5.rb,
lib/n1_loader/active_record/associations_preloader_v6.rb,
lib/n1_loader/active_record/associations_preloader_v7.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



7
8
9
# File 'lib/n1_loader/active_record/associations_preloader_v5.rb', line 7

def key
  @key
end

#loaderObject

Returns the value of attribute loader

Returns:

  • (Object)

    the current value of loader



7
8
9
# File 'lib/n1_loader/active_record/associations_preloader_v5.rb', line 7

def loader
  @loader
end

Instance Method Details

#optionsObject



8
9
10
# File 'lib/n1_loader/active_record/associations_preloader_v5.rb', line 8

def options
  {}
end