Class: RSAEncryptedLoginInfo

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

LOGINID =
1
LOGINPASSWORD =
2
FIELDS =
{
  LOGINID => {:type => ::Thrift::Types::STRING, :name => 'loginId'},
  LOGINPASSWORD => {:type => ::Thrift::Types::STRING, :name => 'loginPassword'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end