Class: SecondaryQrCodeLoginPermitNoticeService::Processor

Inherits:
Object
  • Object
show all
Includes:
Thrift::Processor
Defined in:
lib/linerb/gen-rb/secondary_qr_code_login_permit_notice_service.rb

Instance Method Summary collapse

Instance Method Details

#process_checkPinCodeVerified(seqid, iprot, oprot) ⇒ Object



49
50
51
52
53
54
55
56
57
58
# File 'lib/linerb/gen-rb/secondary_qr_code_login_permit_notice_service.rb', line 49

def process_checkPinCodeVerified(seqid, iprot, oprot)
  args = read_args(iprot, CheckPinCodeVerified_args)
  result = CheckPinCodeVerified_result.new()
  begin
    @handler.checkPinCodeVerified(args.request)
  rescue ::SecondaryQrCodeException => e
    result.e = e
  end
  write_result(result, oprot, 'checkPinCodeVerified', seqid)
end

#process_checkQrCodeVerified(seqid, iprot, oprot) ⇒ Object



60
61
62
63
64
65
66
67
68
69
# File 'lib/linerb/gen-rb/secondary_qr_code_login_permit_notice_service.rb', line 60

def process_checkQrCodeVerified(seqid, iprot, oprot)
  args = read_args(iprot, CheckQrCodeVerified_args)
  result = CheckQrCodeVerified_result.new()
  begin
    @handler.checkQrCodeVerified(args.request)
  rescue ::SecondaryQrCodeException => e
    result.e = e
  end
  write_result(result, oprot, 'checkQrCodeVerified', seqid)
end