Class: Profile::Thrift::RemoteUserVipService::Processor

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

Instance Method Summary collapse

Instance Method Details

#process_setVipEndAt(seqid, iprot, oprot) ⇒ Object



36
37
38
39
40
41
# File 'lib/remote_user_vip_service.rb', line 36

def process_setVipEndAt(seqid, iprot, oprot)
  args = read_args(iprot, SetVipEndAt_args)
  result = SetVipEndAt_result.new()
  result.success = @handler.setVipEndAt(args.uid, args.endAtMills)
  write_result(result, oprot, 'setVipEndAt', seqid)
end