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
45 46 47 48 49 |
# File 'lib/thrift/processor.rb', line 45 def process(seqid, iprot, oprot) execute(seqid, iprot, oprot) true end |