Class: RedGrape::Pipe::LoopPipe::LoopContext
- Defined in:
- lib/red_grape/pipe/loop_pipe.rb
Instance Attribute Summary collapse
-
#loops ⇒ Object
Returns the value of attribute loops.
-
#object ⇒ Object
Returns the value of attribute object.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#loops ⇒ Object
Returns the value of attribute loops
6 7 8 |
# File 'lib/red_grape/pipe/loop_pipe.rb', line 6 def loops @loops end |
#object ⇒ Object
Returns the value of attribute object
6 7 8 |
# File 'lib/red_grape/pipe/loop_pipe.rb', line 6 def object @object end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/red_grape/pipe/loop_pipe.rb', line 6 def path @path end |