Class: WiMP::Gen::ClientApiLoginService::RecoverPassword_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/client_api_login_service.rb

Constant Summary collapse

USERNAME =
1
PARTNERUSERNAME =
2
PARTNERPASSWORD =
3
FIELDS =
{
  USERNAME => {:type => ::Thrift::Types::STRING, :name => 'userName'},
  PARTNERUSERNAME => {:type => ::Thrift::Types::STRING, :name => 'partnerUsername'},
  PARTNERPASSWORD => {:type => ::Thrift::Types::STRING, :name => 'partnerPassword'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



203
# File 'lib/gen/client_api_login_service.rb', line 203

def struct_fields; FIELDS; end

#validateObject



205
206
# File 'lib/gen/client_api_login_service.rb', line 205

def validate
end