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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end