Method: SimpleSegment::Batch#identify

Defined in:
lib/simple_segment/batch.rb

#identify(options) ⇒ Object



18
19
20
# File 'lib/simple_segment/batch.rb', line 18

def identify(options)
  add(Operations::Identify, options, __method__)
end