Class: EstablishE2EESessionResponse

Inherits:
Object
  • Object
show all
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
SERVERPUBLICKEY =
2
EXPIREAT =
3
FIELDS =
{
  SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'},
  SERVERPUBLICKEY => {:type => ::Thrift::Types::STRING, :name => 'serverPublicKey'},
  EXPIREAT => {:type => ::Thrift::Types::I64, :name => 'expireAt'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



9599
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9599

def struct_fields; FIELDS; end

#validateObject



9601
9602
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 9601

def validate
end