Class: VerifyPinCodeRequest
- Inherits:
-
Object
- Object
- VerifyPinCodeRequest
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- AUTHSESSIONID =
1
- PINCODE =
2
- FIELDS =
{ AUTHSESSIONID => {:type => ::Thrift::Types::STRING, :name => 'authSessionId'}, PINCODE => {:type => ::Thrift::Types::STRING, :name => 'pinCode'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
7307 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7307 def struct_fields; FIELDS; end |
#validate ⇒ Object
7309 7310 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7309 def validate end |