Class: Thrift::Processor::BinaryProcessorFunction
- Inherits:
-
BaseProcessorFunction
- Object
- BaseProcessorFunction
- Thrift::Processor::BinaryProcessorFunction
- Defined in:
- lib/thrift/processor.rb
Instance Method Summary collapse
Methods inherited from BaseProcessorFunction
Constructor Details
This class inherits a constructor from Thrift::Processor::BaseProcessorFunction
Instance Method Details
#process(seqid, iprot, oprot) ⇒ Object
43 44 45 46 47 |
# File 'lib/thrift/processor.rb', line 43 def process(seqid, iprot, oprot) execute(seqid, iprot, oprot) true end |