Class: Radar::API::FundService::Processor
- Inherits:
-
Object
- Object
- Radar::API::FundService::Processor
- Includes:
- Thrift::Processor
- Defined in:
- lib/radar/api/fund_service.rb
Instance Method Summary collapse
Instance Method Details
#process_name(seqid, iprot, oprot) ⇒ Object
36 37 38 39 40 41 |
# File 'lib/radar/api/fund_service.rb', line 36 def process_name(seqid, iprot, oprot) args = read_args(iprot, Name_args) result = Name_result.new() result.success = @handler.name(args.id) write_result(result, oprot, 'name', seqid) end |