Class: QrCodeLoginResponse

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

CERTIFICATE =
1
ACCESSTOKEN =
2
LASTBINDTIMESTAMP =
3
METADATA =
4
FIELDS =
{
  CERTIFICATE => {:type => ::Thrift::Types::STRING, :name => 'certificate'},
  ACCESSTOKEN => {:type => ::Thrift::Types::STRING, :name => 'accessToken'},
  LASTBINDTIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'lastBindTimestamp'},
  METADATA => {:type => ::Thrift::Types::MAP, :name => 'metaData', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end