Class: AuthenticateWithPaakRequest
- Inherits:
-
Object
- Object
- AuthenticateWithPaakRequest
- 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
- SESSIONID =
1
- CREDENTIAL =
2
- FIELDS =
{ SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'}, CREDENTIAL => {:type => ::Thrift::Types::STRUCT, :name => 'credential', :class => ::AuthPublicKeyCredential} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
7067 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7067 def struct_fields; FIELDS; end |
#validate ⇒ Object
7069 7070 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7069 def validate end |