Class: IdService::Processor

Inherits:
Object
  • Object
show all
Includes:
Thrift::Processor
Defined in:
lib/id_service/processor.rb

Instance Method Summary collapse

Instance Method Details

#process_get_id(seqid, iprot, oprot) ⇒ Object



5
6
7
8
9
10
# File 'lib/id_service/processor.rb', line 5

def process_get_id(seqid, iprot, oprot)
  args = read_args(iprot, Get_id_args)
  result = Get_id_result.new()
  result.success = @handler.get_id()
  write_result(result, oprot, 'get_id', seqid)
end