Class: OccamsRecord::EagerLoaders::Through::Link

Inherits:
Struct
  • Object
show all
Defined in:
lib/occams-record/eager_loaders/through.rb

Instance Attribute Summary collapse

Instance Attribute Details

#macroObject

Returns the value of attribute macro

Returns:

  • (Object)

    the current value of macro



7
8
9
# File 'lib/occams-record/eager_loaders/through.rb', line 7

def macro
  @macro
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/occams-record/eager_loaders/through.rb', line 7

def name
  @name
end

#next_refObject

Returns the value of attribute next_ref

Returns:

  • (Object)

    the current value of next_ref



7
8
9
# File 'lib/occams-record/eager_loaders/through.rb', line 7

def next_ref
  @next_ref
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



7
8
9
# File 'lib/occams-record/eager_loaders/through.rb', line 7

def ref
  @ref
end