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

#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

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

Instance Method Details

#optionsObject



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

def options
  {}
end