Module: Pacer::Transform::Join
- Defined in:
- lib/pacer/transform/join.rb
Defined Under Namespace
Classes: JoinPipe
Instance Attribute Summary collapse
-
#key_block ⇒ Object
readonly
Returns the value of attribute key_block.
-
#unique ⇒ Object
readonly
Returns the value of attribute unique.
Instance Method Summary collapse
Instance Attribute Details
#key_block ⇒ Object (readonly)
Returns the value of attribute key_block.
16 17 18 |
# File 'lib/pacer/transform/join.rb', line 16 def key_block @key_block end |
#unique ⇒ Object (readonly)
Returns the value of attribute unique.
16 17 18 |
# File 'lib/pacer/transform/join.rb', line 16 def unique @unique end |
Instance Method Details
#block=(block) ⇒ Object
18 19 20 |
# File 'lib/pacer/transform/join.rb', line 18 def block=(block) @key_block = block end |
#uniq ⇒ Object
22 23 24 25 |
# File 'lib/pacer/transform/join.rb', line 22 def uniq @unique = true self end |