Class: Contrek::Concurrent::Sequence
- Inherits:
-
Object
- Object
- Contrek::Concurrent::Sequence
- Includes:
- Queueable
- Defined in:
- lib/contrek/finder/concurrent/sequence.rb
Instance Attribute Summary collapse
-
#shape ⇒ Object
Returns the value of attribute shape.
Attributes included from Queueable
Method Summary
Methods included from Queueable
#add, #append, #each, #forward!, #initialize, #iterator, #map, #next_of!, #pop!, #rem, #reset!, #reverse_each, #rewind!, #to_a
Instance Attribute Details
#shape ⇒ Object
Returns the value of attribute shape.
6 7 8 |
# File 'lib/contrek/finder/concurrent/sequence.rb', line 6 def shape @shape end |