class Dsj::Diningcity::Processor

Public Instance Methods

process_GetRestaurantById(seqid, iprot, oprot) click to toggle source
# File lib/dsj_thrift/diningcity.rb, line 50
def process_GetRestaurantById(seqid, iprot, oprot)
  args = read_args(iprot, GetRestaurantById_args)
  result = GetRestaurantById_result.new()
  result.success = @handler.GetRestaurantById(args.id)
  write_result(result, oprot, 'GetRestaurantById', seqid)
end