Class: RedGrape::Pipe::LoopPipe::LoopContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/red_grape/pipe/loop_pipe.rb

Instance Attribute Summary collapse

Instance Attribute Details

#loopsObject

Returns the value of attribute loops

Returns:

  • (Object)

    the current value of loops



6
7
8
# File 'lib/red_grape/pipe/loop_pipe.rb', line 6

def loops
  @loops
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



6
7
8
# File 'lib/red_grape/pipe/loop_pipe.rb', line 6

def object
  @object
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'lib/red_grape/pipe/loop_pipe.rb', line 6

def path
  @path
end