Class: AuthLoginResponse
- Inherits:
-
Object
- Object
- AuthLoginResponse
- 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
- METADATA =
1
- CIPHERTEXT =
2
- FIELDS =
{ METADATA => {:type => ::Thrift::Types::MAP, :name => 'metaData', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}, CIPHERTEXT => {:type => ::Thrift::Types::STRING, :name => 'cipherText'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
13982 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13982 def struct_fields; FIELDS; end |
#validate ⇒ Object
13984 13985 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 13984 def validate end |