Class: QrCodeLoginRequest

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

AUTHSESSIONID =
1
SYSTEMNAME =
2
AUTOLOGINISREQUIRED =
3
FIELDS =
{
  AUTHSESSIONID => {:type => ::Thrift::Types::STRING, :name => 'authSessionId'},
  SYSTEMNAME => {:type => ::Thrift::Types::STRING, :name => 'systemName'},
  AUTOLOGINISREQUIRED => {:type => ::Thrift::Types::BOOL, :name => 'autoLoginIsRequired'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end