Class: N1Loader::ActiveRecord::Associations::Preloader::N1LoaderReflection
- Inherits:
-
Struct
- Object
- Struct
- N1Loader::ActiveRecord::Associations::Preloader::N1LoaderReflection
- Defined in:
- lib/n1_loader/active_record/associations_preloader.rb,
lib/n1_loader/active_record/associations_preloader_v5.rb,
lib/n1_loader/active_record/associations_preloader_v6.rb
Instance Attribute Summary collapse
-
#loader ⇒ Object
Returns the value of attribute loader.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#loader ⇒ Object
Returns the value of attribute loader
7 8 9 |
# File 'lib/n1_loader/active_record/associations_preloader.rb', line 7 def loader @loader end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/n1_loader/active_record/associations_preloader.rb', line 7 def name @name end |
Instance Method Details
#deprecated? ⇒ Boolean
12 13 14 |
# File 'lib/n1_loader/active_record/associations_preloader.rb', line 12 def deprecated? false end |
#options ⇒ Object
8 9 10 |
# File 'lib/n1_loader/active_record/associations_preloader.rb', line 8 def {} end |
#through_reflection? ⇒ Boolean
16 17 18 |
# File 'lib/n1_loader/active_record/associations_preloader.rb', line 16 def through_reflection? false end |